OFFSET
0,7
COMMENTS
Number of partitions of n into parts 3, 6, 8, and 11. - Hoang Xuan Thanh, Apr 08 2026
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,1,0,0,1,0,1,-1,0,0,0,0,-2,0,0,0,0,-1,1,0,1,0,0,1,0,0,-1).
FORMULA
a(n) = floor((n^3+42*n^2+756*n+5616)/9504 - (n mod 2)*n/96 - ((2*n^2+2*n) mod 3)*(n+18)/18 - ((2*n^2+n) mod 3)/3 + ((9*n^3+4*n^2+6*n+10) mod 11)/11 + [(n mod 11)=6] - [(n mod 11)=10]). - Hoang Xuan Thanh, Apr 08 2026
MATHEMATICA
CoefficientList[Series[1/((1-x^3)(1-x^6)(1-x^8)(1-x^11)), {x, 0, 100}], x] (* Jinyuan Wang, Mar 11 2020 *)
LinearRecurrence[{0, 0, 1, 0, 0, 1, 0, 1, -1, 0, 0, 0, 0, -2, 0, 0, 0, 0, -1, 1, 0, 1, 0, 0, 1, 0, 0, -1}, {1, 0, 0, 1, 0, 0, 2, 0, 1, 2, 0, 2, 3, 0, 3, 3, 1, 4, 4, 2, 5, 4, 4, 6, 6, 5, 7, 7}, 70] (* Harvey P. Dale, Mar 04 2021 *)
PROG
(PARI) Vec(1/((1-x^3)*(1-x^6)*(1-x^8)*(1-x^11)) + O(x^80)) \\ Hoang Xuan Thanh, Apr 08 2026
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
