OFFSET
0,9
COMMENTS
Number of partitions of n into parts 2, 8, 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,1,0,-1,1,1,-1,-1,0,0,0,0,-1,-1,1,1,-1,0,1,0,0,0,0,0,1,0,-1).
FORMULA
a(n) = floor((n^3+66*n^2+1212*n+8064)/12672 - (n mod 2)*(n^2+33*n+246)/384 + ((n^2+n+2) mod 4)*n/192 + ((4*n^3+8*n+4) mod 11)/11). - Hoang Xuan Thanh, Jun 17 2026
MATHEMATICA
CoefficientList[Series[1/((1 - x^2) (1 - x^8) (1 - x^11) (1 - x^12)), {x, 0, 100}], x] (* Vincenzo Librandi, Jun 03 2014 *)
PROG
(PARI) Vec(1/((1-x^2)*(1-x^8)*(1-x^11)*(1-x^12)) + O(x^80)) \\ Jinyuan Wang, Mar 12 2020
CROSSREFS
KEYWORD
nonn,easy,changed
AUTHOR
STATUS
approved
