OFFSET
0,7
COMMENTS
Number of partitions of n into parts 2, 3, 10, and 11. - Hoang Xuan Thanh, Oct 07 2025
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,1,1,0,-1,0,0,0,0,1,1,-1,-2,-1,1,1,0,0,0,0,-1,0,1,1,0,-1).
FORMULA
a(n) = floor((131*n^3+69*n^2+(78-9*(n mod 2))*n+432)/360) - floor((4*n^3+2*n^2+n+8)/11). - Hoang Xuan Thanh, Oct 07 2025
MATHEMATICA
CoefficientList[Series[1/((1-x^2)(1-x^3)(1-x^10)(1-x^11)), {x, 0, 70}], x] (* Harvey P. Dale, Jul 22 2011 *)
PROG
(PARI) Vec(1/((1-x^2)*(1-x^3)*(1-x^10)*(1-x^11))+O(x^99)) \\ Charles R Greathouse IV, Sep 27 2012
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
