OFFSET
1,2
LINKS
Peter Steinbach, Golden fields: a case for the heptagon, Math. Mag. Vol. 70, No. 1, Feb. 1997, 22-31.
Index entries for linear recurrences with constant coefficients, signature (7,-15,6,11,-6,-1).
MATHEMATICA
b = {1, -7, 15, -6, -11, 6, 1}; p[x_] := Sum[x^(n - 1)*b[[8 - n]], {n, 1, 7}] q[x_] := ExpandAll[x^6*p[1/x]] Table[ SeriesCoefficient[ Series[x/q[x], {x, 0, 30}], n], {n, 0, 30}]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Roger L. Bagula and Gary W. Adamson, Sep 20 2006
EXTENSIONS
Edited by N. J. A. Sloane, Sep 21 2006
STATUS
approved