OFFSET
0,5
COMMENTS
Limiting ratio is: 1.3698098178136... .
The polynomial was developed from x^4-x^3-1.
REFERENCES
McKean and Moll, Elliptic Curves, Function Theory,Geometry, Arithmetic, Cambridge University Press, New York, 199, page 173
LINKS
Index entries for linear recurrences with constant coefficients, signature (1, 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0, 1, 1).
MATHEMATICA
f[x_] = x^4 - x^3 - 1;
p[x_] = ExpandAll[x^4*f[-1/x] - x^(4 + 6)*f[x]];
f[x_] = ExpandAll[x^14*p[1/x]]
a = Table[SeriesCoefficient[
Series[-1/f[x], {x, 0, 100}], n], {n, 0, 100}]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Roger L. Bagula, Nov 29 2010
STATUS
approved