login
A029089
Expansion of 1/((1-x)*(1-x^5)*(1-x^6)*(1-x^11)).
1
1, 1, 1, 1, 1, 2, 3, 3, 3, 3, 4, 6, 7, 7, 7, 8, 10, 12, 13, 13, 14, 16, 19, 21, 22, 23, 25, 28, 31, 33, 35, 37, 40, 44, 47, 50, 53, 56, 60, 64, 68, 72, 76, 80, 85, 90, 95, 100, 105, 110, 116, 122, 128, 134, 140, 147, 154
OFFSET
0,6
COMMENTS
Number of partitions of n into parts 1, 5, 6 and 11. - Ilya Gutkovskiy, May 20 2017
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,0,0,0,1,0,-1,0,0,0,0,0,0,0,0,-1,0,1,0,0,0,1,-1).
MATHEMATICA
CoefficientList[Series[1/((1 - x) (1 - x^5) (1 - x^6) (1 - x^11)), {x, 0, 60}], x] (* Harvey P. Dale, Feb 20 2011 *)
PROG
(PARI) Vec(1/((1-x)*(1-x^5)*(1-x^6)*(1-x^11)) + O(x^60)) \\ Michel Marcus, May 30 2017
CROSSREFS
Sequence in context: A257998 A029090 A364882 * A358468 A173924 A307392
KEYWORD
nonn,easy
AUTHOR
STATUS
approved