OFFSET
0,12
COMMENTS
Number of partitions of n into parts 1, 11, and 12. - Hoang Xuan Thanh, Aug 19 2025
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,0,0,0,0,0,0,0,0,0,1,0,-1,0,0,0,0,0,0,0,0,0,-1,1).
FORMULA
a(n) = (n^2 + 24*n + 12*(2+(n mod 11))*(11-(n mod 11)) - 11*(n mod 12)*(12-(n mod 12)))/264. - Hoang Xuan Thanh, Aug 19 2025
MATHEMATICA
CoefficientList[Series[1/((1-x)(1-x^11)(1-x^12)), {x, 0, 70}], x] (* Harvey P. Dale, Feb 24 2012 *)
PROG
(PARI) Vec( 1/((1-x)*(1-x^11)*(1-x^12)) + O(x^65) ) \\ Hoang Xuan Thanh, Aug 19 2025
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
