login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A106560 Trajectory of 1 under the morphism 1->{2, 3, 2}, 2->{3, 1, 3}, 3->{4, 4, 4}, 4->{1, 2, 1}. 0
2, 3, 2, 3, 1, 3, 2, 3, 2, 2, 3, 2, 3, 1, 3, 2, 3, 2, 2, 3, 2, 3, 1, 3, 2, 3, 2, 4, 4, 4, 2, 3, 2, 4, 4, 4, 1, 2, 1, 1, 2, 1, 1, 2, 1, 4, 4, 4, 2, 3, 2, 4, 4, 4, 2, 3, 2, 3, 1, 3, 2, 3, 2, 2, 3, 2, 3, 1, 3, 2, 3, 2, 2, 3, 2, 3, 1, 3, 2, 3, 2, 3, 1, 3, 4, 4, 4, 3, 1, 3, 4, 4, 4, 2, 3, 2, 4, 4, 4, 3, 1, 3, 4, 4, 4 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

Characteristic polynomial is x^4-x^3-4x^2-x-15.

REFERENCES

F. M. Dekking, "Recurrent Sets", Advances in Mathematics, vol. 44, no.1, 1982, page 85, section 4.1

MATHEMATICA

s[1] = {2, 3, 2}; s[2] = {3, 1, 3}; s[3] = {4, 4, 4}; s[4] = {1, 2, 1}; t[a_] := Flatten[s /@ a]; p[0] = {1}; p[1] = t[p[0]]; p[n_] := t[p[n - 1]] aa = p[5]

CROSSREFS

Sequence in context: A085032 A004549 A026600 * A202495 A103431 A125928

Adjacent sequences:  A106557 A106558 A106559 * A106561 A106562 A106563

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Jun 03 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 23:53 EST 2012. Contains 205689 sequences.