Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A106567
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A106567 First entry of the vector (M^n)v, where M is the 2 X 2 matrix [[0,4],[1,5]] and v is the column vector [0,1]. +0
1
0, 4, 20, 116, 660, 3764, 21460, 122356, 697620, 3977524, 22678100, 129300596, 737215380, 4203279284, 23965257940, 136639406836, 779058065940, 4441847957044, 25325472048980, 144394752073076, 823275648561300 (list; graph; listen)
OFFSET

0,2

COMMENT

Real Pisot roots (the eigenvalues of M): -0.701562, 5.70156.

FORMULA

a(n)=first entry of v[n], where v[n]=Mv[n-1], M is the 2 X 2 matrix [[0, 4], [1, 5]], and v[0] is the column vector [0,1].

MAPLE

with(linalg): M:=matrix(2, 2, [0, 4, 1, 5]): v[0]:=matrix(2, 1, [0, 1]): for n from 1 to 20 do v[n]:=multiply(M, v[n-1]) od: seq(v[n][1, 1], n=0..20);

MATHEMATICA

M = {{0, 4}, {1, 5}} v[1] = {0, 1} v[n_] := v[n] = M.v[n - 1] a = Table[v[n][[1]], {n, 1, 50}]

CROSSREFS

Equals 4*A015537.

Sequence in context: A028475 A128327 A100034 this_sequence A077445 A085458 A085456

Adjacent sequences: A106564 A106565 A106566 this_sequence A106568 A106569 A106570

KEYWORD

nonn

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), May 30 2005

EXTENSIONS

Edited by njas, Apr 30 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 24 12:00 EDT 2008. Contains 142294 sequences.


AT&T Labs Research