OFFSET
1,2
LINKS
P. Steinbach, Golden fields: a case for the heptagon, Math. Mag. 70 (1997), no. 1, 22-31.
Index entries for linear recurrences with constant coefficients, signature (1,2,-1).
FORMULA
MATHEMATICA
M = {{0, -1, -1}, {-1, 0, 0}, {-1, 0, 1}}; v[1] = {1, 1, 1}; v[n_] := v[n] = M.v[n - 1]; a1 = Table[v[n][[1]], {n, 1, 50}]
PROG
(PARI) Vec( x*(1 - 3*x + x^2) / (1 - x - 2*x^2 + x^3) + O(x^50)) \\ Michel Marcus, Sep 19 2017
CROSSREFS
KEYWORD
easy,sign
AUTHOR
Gary W. Adamson and Roger L. Bagula, Oct 17 2006
STATUS
approved