OFFSET
0,5
COMMENTS
Number of partitions of n into parts 2, 3, 4, and 11. - Joerg Arndt, Jun 20 2013
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,1,1,1,-1,-1,-1,0,1,0,1,0,-1,-1,-1,1,1,1,0,-1).
FORMULA
a(n) = floor((198*(-1+(-1)^n)*(-1)^((n-1)*n/2)+(n+10)*(2*n^2+40*n+125+99*(-1)^n)+1216)/3168). - Tani Akinari, Jun 20 2013
MATHEMATICA
CoefficientList[Series[1/((1-x^2)(1-x^3)(1-x^4)(1-x^11)), {x, 0, 60}], x] (* Harvey P. Dale, Sep 07 2011 *)
PROG
(PARI) Vec(1/((1-x^2)*(1-x^3)*(1-x^4)*(1-x^11)) + O(x^99)) \\ Jinyuan Wang, Mar 18 2020
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved