OFFSET
1,1
REFERENCES
Cotton and Wilkinson, Advanced Inorganic Chemistry, Interscience publishers, New York, 1966, page 664, figure 26-4
LINKS
FORMULA
G.f. -x*(7+20*x) / ( (2*x+1)*(4*x-1) ). - R. J. Mathar, Oct 30 2011
MATHEMATICA
M = {{0, 1, 1, 1, 1, 0}, {1, 0, 1, 0, 1, 1}, {1, 1, 0, 1, 0, 1}, {1, 0, 1, 0, 1, 1}, {1, 1, 0, 1, 0, 1}, {0, 1, 1, 1, 1, 0}} v[1] = {0, 1, 1, 2, 3, 5} v[n_] := v[n] = M.v[n - 1] a = Table[Floor[v[n][[1]]], {n, 1, 50}] Det[M - x*IdentityMatrix[6]] Factor[%] aaa = Table[x /. NSolve[Det[M - x*IdentityMatrix[6]] == 0, x][[n]], {n, 1, 6}] Abs[aaa] a1 = Table[N[a[[n]]/a[[n - 1]]], {n, 7, 50}]
LinearRecurrence[{2, 8}, {7, 34}, 30] (* Harvey P. Dale, Sep 06 2016 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Roger L. Bagula and Gary W. Adamson, Jul 04 2006
STATUS
approved