Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A158609
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A158609 A sequence from a vector Markov with the matrix:t=3;M={{0,t},{t,1/t}} and characteristic polynomial :x^2-x/t-t^2. +0
2
1, 9, 90, 819, 8109, 74448, 731277, 6761565, 65995002, 613681767, 5959276929, 55667500056, 538368931305, 5047436435841, 48655319871546, 457497671174667, 4398578580769893, 41455889945917920, 397740754988279253 (list; graph; listen)
OFFSET

0,2

COMMENT

Quadratic equation associated with group [3,3,5]

which instead of t=phi uses Integer t.

Phi(t)=(1+Sqrt[1+4*t^4])/(2*t);

t=1:Phi(1)=(1+Sqrt[5])/2;

t=2:Phi(2)=(1 + Sqrt[65])/4;

t=3:Phi(3)=(1+5*Sqrt[13))/6

REFERENCES

H. S. M. Coxeter, Regular Polytopes, 3rd ed., Dover, NY, 1973,page 221.

FORMULA

t=3;M={{0,t},{t,1/t}};

and characteristic polynomial :x^2-x/t-t^2;

v(0)={1,1);v(n)=M.v(n-1);

out_(n)=t^n*v(n)[[1]]

a(n)=a(n-1)+81*a(n-2), a(0)=1, a(1)=9 . G.f.: (1+8x)/(1-x-81*x^2). [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Mar 26 2009]

a(n)=(1/2)*{[(1/2)-(5/2)*sqrt(13)]^n+[(1/2)+(5/2)*sqrt(13)]^n}+(17/130)*sqrt(13)*{[(1/2)+(5/2)*sqrt(13)]^n-[(1/2)-(5/2)*sqrt(13)]^n}, with n>=0 [From Paolo P. Lava (ppl(AT)spl.at), Mar 30 2009]

MATHEMATICA

Clear[M, v, t, n];

M = {{0, t}, {t, 1/t}};

v[0] = {1, 1};

v[n_] := v[n] = M.v[n - 1];

t = 3;

a = Table[t^n*v[n][[1]], {n, 0, 30}]

CROSSREFS

Sequence in context: A165135 A054616 A052386 this_sequence A057092 A156577 A052268

Adjacent sequences: A158606 A158607 A158608 this_sequence A158610 A158611 A158612

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Mar 22 2009

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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research