login
A225484
Expansion of 1/(1 - x^3 - x^4 - x^5 - x^6 + x^9).
3
1, 0, 0, 1, 1, 1, 2, 2, 3, 4, 6, 8, 10, 14, 20, 26, 36, 49, 66, 90, 123, 167, 227, 308, 420, 571, 776, 1056, 1436, 1952, 2656, 3612, 4912, 6680, 9085, 12356, 16804, 22853, 31081, 42269, 57486, 78182, 106327, 144604
OFFSET
0,7
COMMENTS
Limiting ratio is 1.3599997117115008..., the largest real root of 1 - x^3 - x^4 - x^5 - x^6 + x^9 = 0.
MATHEMATICA
SeriesCoefficient[Series[1/(1 - x^3 - x^4 - x^5 - x^6 + x^9), {x, 0, 50}], n]
PROG
(PARI) Vec(1/(1-x^3-x^4-x^5-x^6+x^9)+O(x^99)) \\ Charles R Greathouse IV, May 08 2013
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Roger L. Bagula, May 08 2013
STATUS
approved