OFFSET
0,6
COMMENTS
a(n) is the number of partitions of n into parts 2, 3, 5, and 11. - Joerg Arndt, Jan 16 2017
LINKS
Matthew House, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (0,1,1,0,0,0,-1,-1,0,1,1,0,-1,-1,0,0,0,1,1,0,-1).
FORMULA
G.f.: 1 / ((1 - x)^4*(1 + x)*(1 + x + x^2)*(1 + x + x^2 + x^3 + x^4)*(1 + x + x^2 + x^3 + x^4 + x^5 + x^6 + x^7 + x^8 + x^9 + x^10)). - Colin Barker, Jan 16 2017
PROG
(PARI) Vec(1 / ((1 - x)^4*(1 + x)*(1 + x + x^2)*(1 + x + x^2 + x^3 + x^4)*(1 + x + x^2 + x^3 + x^4 + x^5 + x^6 + x^7 + x^8 + x^9 + x^10)) + O(x^100)) \\ Colin Barker, Jan 16 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved