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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A123008 Scaled 2 X 2 vextor matrix Markov for characteristic Polynomial ( tin mean): -1 - 2 x/5 + x^2. 0
1, 5, 35, 195, 1265, 7405, 46435, 277995, 1716865, 10383605, 63688835, 386967795, 2366156465, 14406507805, 87966927235, 536096549595, 3271366280065, 19945146300005, 121674449601635, 741977556703395, 4525816353447665 (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/5}}; v[1] = {1, 1}; v[n_] := v[n] = M.v[n - 1]; a(n) = v[n][[1]]

MATHEMATICA

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

CROSSREFS

Cf. A002534.

Sequence in context: A165755 A166149 A002737 * A038143 A024062 A180250

Adjacent sequences:  A123005 A123006 A123007 * A123009 A123010 A123011

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 21:13 EST 2012. Contains 206085 sequences.