OFFSET
0,11
COMMENTS
Number of partitions of n into parts 4, 5, 6, and 12. - Hoang Xuan Thanh, Apr 19 2026
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,0,1,1,1,0,0,-1,-1,-1,1,0,0,1,-1,-1,-1,0,0,1,1,1,0,0,0,-1).
FORMULA
a(n) = floor((n^3+48*n^2+694*n+7830)/8640 - (n mod 2)*(n^2+27*n)/576 + (((n+2) mod 4) - (n mod 4))*n/192 + (((n+5) mod 6) - ((n+3) mod 6))*n/216 + (((n+3) mod 4) - 5*(n mod 4))/32). - Hoang Xuan Thanh, Apr 19 2026
MATHEMATICA
CoefficientList[Series[1/((1-x^4)(1-x^5)(1-x^6)(1-x^12)), {x, 0, 70}], x] (* Harvey P. Dale, Nov 25 2014 *)
PROG
(PARI) Vec(1/((1-x^4)*(1-x^5)*(1-x^6)*(1-x^12)) + O(x^80)) \\ Jinyuan Wang, Mar 11 2020
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
