OFFSET
0,2
COMMENTS
Limiting ratio is a(n+1)/a(n)->1.1762808182599176..
LINKS
Index entries for linear recurrences with constant coefficients, signature (-1, 0, 1, 1, 1, 1, 1, 0, -1, -1).
MATHEMATICA
p[x_] = (x + 1)^10/(x^10 + x^9 - x^7 - x^6 - x^5 - x^4 - x^3 + x + 1);
a = Table[SeriesCoefficient[ Series[p[x], {x, 0, 50}], n], {n, 0, 50}]
LinearRecurrence[{-1, 0, 1, 1, 1, 1, 1, 0, -1, -1}, {1, 9, 36, 85, 135, 163, 178, 208, 265, 341, 419}, 50] (* Harvey P. Dale, Sep 04 2021 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Feb 13 2010
EXTENSIONS
Removed unused variables - The Assoc. Editors of the OEIS, Feb 24 2010
STATUS
approved