login
A029205
Expansion of 1/((1-x^2)*(1-x^5)*(1-x^8)*(1-x^10)).
2
1, 0, 1, 0, 1, 1, 1, 1, 2, 1, 4, 1, 4, 2, 4, 4, 5, 4, 7, 4, 10, 5, 10, 7, 11, 10, 13, 10, 16, 11, 20, 13, 21, 16, 23, 20, 26, 21, 30, 23, 36, 26, 38, 30, 41, 36, 45, 38, 51, 41, 59, 45, 62, 51, 66, 59, 72, 62, 80, 66, 90, 72
OFFSET
0,9
COMMENTS
Number of partitions of n into parts 2, 5, 8, and 10. - Joerg Arndt, Jun 02 2014
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,1,0,0,1,0,-1,1,0,0,0,-1,-1,0,0,0,1,-1,0,1,0,0,1,0,-1).
MATHEMATICA
CoefficientList[Series[1/((1 - x^2) (1 - x^5) (1 - x^8) (1 - x^10)), {x, 0, 100}], x] (* Vincenzo Librandi, Jun 02 2014 *)
PROG
(PARI) Vec(1/((1-x^2)*(1-x^5)*(1-x^8)*(1-x^10)) + O(x^80)) \\ Jinyuan Wang, Mar 15 2020
CROSSREFS
Sequence in context: A337175 A263432 A286518 * A229340 A379957 A322968
KEYWORD
nonn,easy
STATUS
approved