Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A106569
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A106569 First entry of the vector (M^n)v, where M is the 2 X 2 matrix [[0,4],[1,4]] and v is the column vector [0,1]. +0
1
0, 3, 15, 84, 465, 2577, 14280, 79131, 438495, 2429868, 13464825, 74613729, 413463120, 2291156787, 12696173295, 70354336836, 389860204065, 2160364030833, 11971400766360, 66338095924299, 367604681920575 (list; graph; listen)
OFFSET

0,2

COMMENT

Real Pisot roots (the eigenvalues of M): -0.541381, 5.54138. a(n)=3*A015536(n).

FORMULA

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

a(n)=(3/37)*[5/2+(1/2)*sqrt(37)]^n*sqrt(37)-(3/37)*[5/2-(1/2)*sqrt(37)]^n*sqrt(37), with n>=0 [From Paolo P. Lava (ppl(AT)spl.at), Oct 07 2008]

MAPLE

a[0]:=0: a[1]:=3: for n from 2 to 23 do a[n]:=5*a[n-1]+3*a[n-2] od: seq(a[n], n=0..23);

MATHEMATICA

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

CROSSREFS

Equals 3*A015536.

Sequence in context: A118356 A074552 A115910 this_sequence A026032 A005809 A067122

Adjacent sequences: A106566 A106567 A106568 this_sequence A106570 A106571 A106572

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), 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 November 24 19:42 EST 2009. Contains 167435 sequences.


AT&T Labs Research