Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A123954
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A123954 A tridiagonal 5 X 5 vector matrix Markov with 4's on the main diagonal with characteristic polynomial: 780 - 1091 x + 592 x^2 - 156 x^3 + 20 x^4 - x^5. +0
1
0, 0, 0, 0, 1, 20, 244, 2352, 19725, 150996, 1084600, 7438112, 49268857, 317763732, 2007173532, 12470499600, 76456454725, 463727364692, 2787905507488, 16639142746368, 98709193239921, 582627136604436, 3424383528301252 (list; graph; listen)
OFFSET

1,6

COMMENT

All the roots are large positive with a 3,4,5 count up in the middle: aaa = Table[x /. NSolve[Det[M - x*IdentityMatrix[5]] == 0, x][[n]], {n, 1, 5}] {2.26795, 3., 4., 5., 5.73205}

FORMULA

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

G.f.: -x^5/((4*x-1)*(3*x-1)*(5*x-1)*(13*x^2-8*x+1)) [From Maksym Voznyy (voznyy(AT)mail.ru), Jul 28 2009]

MATHEMATICA

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

CROSSREFS

Sequence in context: A040075 A138442 A140124 this_sequence A125432 A055757 A022744

Adjacent sequences: A123951 A123952 A123953 this_sequence A123955 A123956 A123957

KEYWORD

nonn,uned,probation

AUTHOR

Gary Adamson and Roger Bagula (rlbagulatftn(AT)yahoo.com), Oct 27 2006

EXTENSIONS

G.f. proposed by Maksym Voznyy checked and corrected by R. J. Mathar, Sep 16 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 December 7 08:40 EST 2009. Contains 170430 sequences.


AT&T Labs Research