OFFSET
0,11
COMMENTS
Number of partitions of n into parts 2, 10, 11, and 12. - Vincenzo Librandi, Jun 03 2014
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (0,1,0,0,0,0,0,0,0,1,1,0,-1,-1,0,0,0,0,0,0,-1,-1,0,1,1,0,0,0,0,0,0,0,1,0,-1).
FORMULA
a(n) = floor((n^3+69*n^2+1404*n+9856)/15840 - (n mod 2)*(n^2+35*n+255)/480 + (((n+2) mod 10) - ((n+6) mod 10))/50 + (((n^3+3*n^2+7*n) mod 11) + ((n+8) mod 11) - (n mod 11))/11). - Hoang Xuan Thanh, Jun 18 2026
MATHEMATICA
CoefficientList[Series[1/((1 - x^2) (1 - x^10) (1 - x^11) (1 - x^12)), {x, 0, 70}], x] (* Harvey P. Dale, May 14 2011 *)
PROG
(PARI) Vec(1/((1-x^2)*(1-x^10)*(1-x^11)*(1-x^12)) + O(x^80)) \\ Jinyuan Wang, Mar 12 2020
CROSSREFS
KEYWORD
nonn,easy,changed
AUTHOR
STATUS
approved
