login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A029437
Expansion of 1/((1-x^7)(1-x^8)(1-x^11)(1-x^12)).
1
1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 2, 1, 1, 2, 2, 2, 1, 2, 2, 2, 2, 3, 3, 3, 3, 3, 4, 4, 3, 4, 4, 5, 4, 5, 6, 6, 5, 6, 7, 7, 6, 7, 8, 8, 7, 9, 10, 10, 9, 10, 11, 11, 10, 12, 13, 13, 12, 14, 15, 15, 14, 16, 17, 17
OFFSET
0,20
LINKS
Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, -1, 0, 0, -1, -2, -1, 0, 0, -1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, -1).
MATHEMATICA
CoefficientList[Series[1/((1 - x^7)*(1 - x^8)*(1 - x^11)*(1 - x^12)), {x, 0, 50}], x] (* G. C. Greubel, Apr 20 2017 *)
LinearRecurrence[{0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, -1, 0, 0, -1, -2, -1, 0, 0, -1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, -1}, {1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 2, 1, 1, 2, 2, 2, 1, 2, 2, 2, 2, 3, 3, 3, 3, 3, 4, 4, 3}, 80] (* Harvey P. Dale, May 23 2021 *)
PROG
(PARI) x='x+O('x^50); Vec(1/((1 - x^7)*(1 - x^8)*(1 - x^11)*(1 - x^12))) \\ G. C. Greubel, Apr 20 2017
CROSSREFS
Sequence in context: A003646 A201503 A112758 * A227908 A240473 A286569
KEYWORD
nonn,easy
STATUS
approved