OFFSET
0,7
COMMENTS
a(n) is the number of partitions of n into parts 3, 6, and 8. - Michel Marcus, Jun 30 2025
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,1,0,0,1,0,1,-1,0,-1,0,0,-1,0,0,1).
FORMULA
a(n) = floor((n^2+n+124+3*n*(-1)^n)/288 + (n+6)*((n+2) mod 3)/18 + (((n+1) mod 6) - (n mod 6))/36). - Hoang Xuan Thanh, Sep 04 2025
MATHEMATICA
CoefficientList[Series[1/((1-x^3)(1-x^6)(1-x^8)), {x, 0, 70}], x] (* Harvey P. Dale, Jan 25 2012 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
