OFFSET
0,6
COMMENTS
Limiting ratio is: a(n+1)/a(n)->1.1762808182599176...
FORMULA
G.f.: (1-x^11)/(1-x^2-x^3+x^8+x^9-x^11).
MATHEMATICA
p[x_] = Sum[x^i, {i, 0, 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}]
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