login
A029101
Expansion of 1/((1-x)*(1-x^5)*(1-x^9)*(1-x^11)).
1
1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 4, 5, 5, 5, 6, 7, 8, 8, 9, 10, 12, 13, 14, 15, 16, 18, 19, 21, 22, 24, 26, 28, 30, 32, 34, 36, 39, 41, 44, 46, 49, 52, 55, 58, 61, 65, 68, 72, 75, 79, 83, 87, 91, 95, 100, 105, 110, 114, 119, 124, 130, 135, 140
OFFSET
0,6
COMMENTS
Number of partitions of n into parts 1, 5, 9 and 11. - Ilya Gutkovskiy, May 21 2017
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,0,0,0,1,-1,0,0,1,-1,1,-1,0,-1,1,-1,1,0,0,-1,1,0,0,0,1,-1).
MATHEMATICA
CoefficientList[Series[1/((1 - x) (1 - x^5) (1 - x^9) (1 - x^11)), {x, 0, 80}], x] (* Vincenzo Librandi, May 24 2017 *)
CROSSREFS
Sequence in context: A280069 A202276 A029115 * A194815 A029080 A147652
KEYWORD
nonn,easy
STATUS
approved