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