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”).

A029306
Expansion of 1/((1-x^3)(1-x^7)(1-x^8)(1-x^9)).
0
1, 0, 0, 1, 0, 0, 1, 1, 1, 2, 1, 1, 2, 1, 2, 3, 3, 3, 4, 3, 3, 5, 4, 5, 7, 6, 6, 8, 7, 7, 10, 9, 10, 12, 11, 12, 14, 13, 14, 17, 16, 17, 20, 19, 20, 23, 22, 23, 27, 26, 27, 31, 30, 31, 35, 34, 36, 40, 39, 41, 45, 44, 46, 51, 50
OFFSET
0,10
LINKS
Index entries for linear recurrences with constant coefficients, signature (0, 0, 1, 0, 0, 0, 1, 1, 1, -1, -1, -1, 0, 0, -1, -1, -1, 1, 1, 1, 0, 0, 0, 1, 0, 0, -1).
MATHEMATICA
CoefficientList[Series[1/((1-x^3)(1-x^7)(1-x^8)(1-x^9)), {x, 0, 70}], x] (* or *) LinearRecurrence[{0, 0, 1, 0, 0, 0, 1, 1, 1, -1, -1, -1, 0, 0, -1, -1, -1, 1, 1, 1, 0, 0, 0, 1, 0, 0, -1}, {1, 0, 0, 1, 0, 0, 1, 1, 1, 2, 1, 1, 2, 1, 2, 3, 3, 3, 4, 3, 3, 5, 4, 5, 7, 6, 6}, 70] (* Harvey P. Dale, Jun 07 2016 *)
CROSSREFS
Sequence in context: A161106 A161041 A153907 * A337511 A261363 A341216
KEYWORD
nonn
AUTHOR
STATUS
approved