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
KEYWORD
nonn
AUTHOR
STATUS
approved