Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A107378
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A107378 Sequence produced by 4 X 4 Markov chain with characteristic polynomial x^4-4*x^3+4*x+1. +0
2
0, 1, 1, 2, 4, 11, 35, 122, 440, 1609, 5913, 21770, 80204, 295555, 1089227, 4014322, 14794864, 54526993, 200961457, 740652050, 2729705364, 10060448635, 37078224883, 136653426026, 503642204200, 1856195468633, 6841089945545 (list; graph; listen)
OFFSET

0,4

COMMENT

Setting m=3 gives a Fibonacci sequence.

MATHEMATICA

m = 4 M = {{0, 1, 0, 0}, {0, 0, 1, 0}, {0, 0, 0, 1}, {-1, -m, 0, m}} Expand[Det[M - x*IdentityMatrix[4]]] NSolve[Det[M - x*IdentityMatrix[4]] == 0, x] v[1] = {0, 1, 1, 2}; v[n_] := v[n] = M.v[n - 1]; digits = 50; a = Table[v[n][[1]], {n, 1, digits}]

CROSSREFS

Cf. A107377.

Sequence in context: A126149 A000088 A071794 this_sequence A086611 A035098 A138301

Adjacent sequences: A107375 A107376 A107377 this_sequence A107379 A107380 A107381

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Jul 13 2007

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 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research