login
A029093
Expansion of 1/((1-x)(1-x^5)(1-x^7)(1-x^10)).
0
1, 1, 1, 1, 1, 2, 2, 3, 3, 3, 5, 5, 6, 6, 7, 9, 9, 11, 11, 12, 15, 16, 18, 18, 20, 23, 24, 27, 28, 30, 34, 36, 39, 40, 43, 48, 50, 54, 56, 59, 65, 68, 73, 75, 79, 86, 89, 95, 98, 103, 111, 115, 122, 125, 131, 140, 145, 153
OFFSET
0,6
COMMENTS
Number of partitions of n into parts 1, 5, 7 and 10. - Ilya Gutkovskiy, May 21 2017
LINKS
Index entries for linear recurrences with constant coefficients, signature (1, 0, 0, 0, 1, -1, 1, -1, 0, 1, -1, -1, 1, 0, -1, 1, -1, 1, 0, 0, 0, 1, -1).
MATHEMATICA
CoefficientList[Series[1/((1-x)(1-x^5)(1-x^7)(1-x^10)), {x, 0, 60}], x] (* or *) LinearRecurrence[{1, 0, 0, 0, 1, -1, 1, -1, 0, 1, -1, -1, 1, 0, -1, 1, -1, 1, 0, 0, 0, 1, -1}, {1, 1, 1, 1, 1, 2, 2, 3, 3, 3, 5, 5, 6, 6, 7, 9, 9, 11, 11, 12, 15, 16, 18}, 60] (* Harvey P. Dale, Jan 02 2017 *)
CROSSREFS
Sequence in context: A202503 A049747 A260684 * A369788 A301541 A240519
KEYWORD
nonn
AUTHOR
STATUS
approved