OFFSET
0,5
COMMENTS
Number of partitions of n into parts 1, 4, 11 and 12. - Ilya Gutkovskiy, May 19 2017
LINKS
Indranil Ghosh, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (1,0,0,1,-1,0,0,0,0,0,1,0,-1,0,-1,0,1,0,0,0,0,0,-1,1,0,0,1,-1).
MATHEMATICA
CoefficientList[Series[1/((1 - x)(1 - x^4)(1 - x^11)(1 - x^12)), {x, 0, 100}], x] (* Indranil Ghosh, May 20 2017 *)
PROG
(PARI) Vec(1/((1-x)*(1-x^4)*(1-x^11)*(1-x^12)) + O(x^80)) \\ Michel Marcus, May 20 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved