login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A123009 Scaled 2 X 2 vextor matrix Markov for characteristic Polynomial ( tin mean): -1 - 2 x/7 + x^2. 0
1, 7, 63, 469, 4025, 31031, 259287, 2039093, 16783249, 133482055, 1089343311, 8719307317, 70816436873, 568878932279, 4607763271335, 37090594224341, 299961588744097, 2417362294480903, 19532842437422559, 157516437304409365 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

REFERENCES

Jay Kappraff, Beyond Measure, A Guided Tour Through Nature, Myth and Number, World Scientific, 2002.

FORMULA

M := {{0, 1}, {1, 2/7}}; v[1] = {1, 1}; v[n_] := v[n] = M.v[n - 1]; a(n) = v[n][[1]]

MATHEMATICA

M := {{0, 1}, {1, 2/7}}; v[1] = {1, 1}; v[n_] := v[n] = M.v[n - 1]; a = Table[v[n][[1]]*7^(n - 1), {n, 1, 30}]

CROSSREFS

Cf. A002534.

Sequence in context: A043027 A165759 A166153 * A182603 A024088 A155132

Adjacent sequences:  A123006 A123007 A123008 * A123010 A123011 A123012

KEYWORD

nonn,uned

AUTHOR

Roger Bagula and Gary Adamson (rlbagulatftn(AT)yahoo.com), Sep 23 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 05:54 EST 2012. Contains 205985 sequences.