Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A109529
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A109529 A switched vector Markov between three matrices with the same characteristic polynomial: x^3-x^2-x-1 The second stream of three that results. +0
1
1, 2, 1, 2, 9, 2, 9, 34, 9, 34, 131, 34, 131, 504, 131, 504, 1939, 504, 1939, 7460, 1939, 7460, 28701, 7460, 28701, 110422, 28701, 110422, 424829, 110422, 424829, 1634454, 424829, 1634454, 6288271, 1634454, 6288271, 24193004, 6288271, 24193004 (list; graph; listen)
OFFSET

0,2

COMMENT

CharacteristicPolynomial[M1, x] CharacteristicPolynomial[M2, x] CharacteristicPolynomial[M3, x]

FORMULA

M[n] =M1 if Mod[n, 3]=1 M[n] =M2 if Mod[n, 3]=2 M[n] =M3 if Mod[n, 3]=0 v[n]=M[n].v[n-1] a(n) = v[n][[2]]

MATHEMATICA

M1 = {{0, 1, 0}, {0, 0, 1}, {1, 1, 1}}; M2 = {{1, 1, 1}, {1, 0, 0}, {0, 1, 0}}; M3 = {{0, 1, 0}, {1, 1, 1}, {1, 0, 0}}; M[n_] = If[Mod[n, 3] == 1, M3, If[Mod[n, 3] == 2, M2, M1]]; v[0] = {0, 1, 1}; v[n_] := v[n] = M[n].v[n - 1] a = Table[v[n][[2]], {n, 0, 100}]

CROSSREFS

Cf. A000213.

Sequence in context: A137305 A143208 A119419 this_sequence A022694 A002079 A078357

Adjacent sequences: A109526 A109527 A109528 this_sequence A109530 A109531 A109532

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Jun 18 2005

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 18 20:14 EST 2008. Contains 147244 sequences.


AT&T Labs Research