OFFSET
0,5
COMMENTS
Number of partitions of n into parts 1, 4, 5 and 6. - Ilya Gutkovskiy, May 16 2017
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
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).
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
KEYWORD
nonn
AUTHOR
STATUS
approved