login
A029063
Expansion of 1/((1-x)*(1-x^4)*(1-x^5)*(1-x^6)).
1
1, 1, 1, 1, 2, 3, 4, 4, 5, 6, 8, 9, 11, 12, 14, 16, 19, 21, 24, 26, 30, 33, 37, 40, 45, 49, 54, 58, 64, 69, 76, 81, 88, 94, 102, 109, 118, 125, 134, 142, 153, 162, 173, 182, 194, 205, 218, 229, 243, 255, 270, 283, 299
OFFSET
0,5
COMMENTS
Number of partitions of n into parts 1, 4, 5 and 6. - Ilya Gutkovskiy, May 16 2017
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,0,0,1,0,0,-1,0,-1,0,0,1,0,0,1,-1).
FORMULA
a(n) = floor((n^3+24*n^2+165*n+720)/720 + n*[(n mod 2)=0]/48) - [(n mod 60)=3] - [(n mod 60)=39]. - Hoang Xuan Thanh, Jul 03 2025
MATHEMATICA
CoefficientList[Series[1/((1-x)(1-x^4)(1-x^5)(1-x^6)), {x, 0, 60}], x] (* or *) LinearRecurrence[{1, 0, 0, 1, 0, 0, -1, 0, -1, 0, 0, 1, 0, 0, 1, -1}, {1, 1, 1, 1, 2, 3, 4, 4, 5, 6, 8, 9, 11, 12, 14, 16}, 60] (* Harvey P. Dale, Jan 17 2017 *)
PROG
(PARI) x='x+O(x^50); Vec(1/((1-x)*(1-x^4)*(1-x^5)*(1-x^6))) \\ G. C. Greubel, May 17 2017
CROSSREFS
Sequence in context: A351520 A065328 A049877 * A015737 A015745 A375476
KEYWORD
nonn,easy
STATUS
approved