login
A025913
Expansion of 1/((1-x^7)*(1-x^9)*(1-x^11)).
1
1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 2, 0, 1, 1, 1, 1, 0, 2, 0, 2, 1, 2, 1, 1, 2, 1, 2, 1, 3, 1, 2, 2, 2, 2, 2, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 4, 3, 4, 3, 4, 3, 4, 4, 4, 5, 4, 5, 4, 5, 4, 5, 5, 5, 6, 5, 6, 5, 6, 6, 6, 6
OFFSET
0,19
COMMENTS
Number of partitions of n into parts 7, 9, and 11. - Hoang Xuan Thanh, Sep 26 2025
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,0,0,1).
FORMULA
a(n) = floor((9*n^2+n+4)/11) + floor((n^2+5)/9) - floor((13*n^2+n+6)/14) + floor((n+9)/9) - floor((n+8)/9). - Hoang Xuan Thanh, Sep 26 2025
MATHEMATICA
CoefficientList[Series[1/((1-x^7)(1-x^9)(1-x^11)), {x, 0, 120}], x] (* Harvey P. Dale, Aug 07 2019 *)
PROG
(PARI) a(n) = (n^2+27*n+680)/1386 + ((3*n^2+4*n+3)%7)/7 - ((9*n^2+n+4)%11)/11 - ((n^2+5)%9)/9 + (n%9==0) \\ Hoang Xuan Thanh, Sep 26 2025
CROSSREFS
Sequence in context: A115382 A112202 A126205 * A123230 A078821 A125184
KEYWORD
nonn,easy
STATUS
approved