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

A013985
Expansion of 1/(1-x^2-x^3-x^4-x^5-x^6-x^7-x^8).
1
1, 0, 1, 1, 2, 3, 5, 8, 13, 20, 33, 52, 84, 134, 215, 344, 551, 882, 1413, 2262, 3623, 5801, 9290, 14876, 23822, 38147, 61087, 97821, 156646, 250844, 401689, 643243, 1030056, 1649477, 2641386, 4229776, 6773341
OFFSET
0,5
MATHEMATICA
CoefficientList[Series[1 / (1 - x^2 - x^3 - x^4 - x^5 - x^6 - x^7 - x^8), {x, 0, 40}], x] (* Vincenzo Librandi, Jun 23 2013 *)
CROSSREFS
See A000045 for the Fibonacci numbers.
Sequence in context: A023437 A322332 A225394 * A092834 A080106 A293644
KEYWORD
nonn,easy
AUTHOR
STATUS
approved