OFFSET
0,5
COMMENTS
Number of partitions of n into parts 1, 4, 7 and 11. - Ilya Gutkovskiy, May 18 2017
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,0,0,1,-1,0,1,-1,0,0,0,0,0,0,-1,1,0,-1,1,0,0,1,-1).
MATHEMATICA
CoefficientList[Series[1/((1-x)(1-x^4)(1-x^7)(1-x^11)), {x, 0, 80}], x] (* or *) LinearRecurrence[{1, 0, 0, 1, -1, 0, 1, -1, 0, 0, 0, 0, 0, 0, -1, 1, 0, -1, 1, 0, 0, 1, -1}, {1, 1, 1, 1, 2, 2, 2, 3, 4, 4, 4, 6, 7, 7, 8, 10, 11, 11, 13, 15, 16, 17, 20}, 80] (* Harvey P. Dale, Sep 13 2018 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved