OFFSET
0,9
COMMENTS
Number of partitions of n into parts 2, 7, 8, and 12. - Vincenzo Librandi, Jun 02 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,1,1,-1,-1,0,1,0,-1,-1,0,1,0,-1,-1,1,1,0,0,0,0,1,0,-1).
FORMULA
a(n) = floor((n^3+54*n^2+828*n+4352)/8064 - (n^2+29*n+31)*(n mod 2)/384 + n*((n^2+n+2) mod 4)/192 + ((5*n^3+4*n^2+3*n+4) mod 7)/7). - Hoang Xuan Thanh, Oct 25 2025
MATHEMATICA
CoefficientList[Series[1/((1-x^2)(1-x^7)(1-x^8)(1-x^12)), {x, 0, 70}], x] (* Harvey P. Dale, Mar 19 2011 *)
PROG
(PARI) Vec(1/((1-x^2)*(1-x^7)*(1-x^8)*(1-x^12)) + O(x^80)) \\ Jinyuan Wang, Mar 15 2020
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 11 1999
STATUS
approved
