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

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

0,1

COMMENTS

Pentasilver dragon 5-symbol substitution, characteristic polynomial x^4-2*x^3+x-16.

The existence of the three polynomials silver: x^4-2*x^3+x^2-4, double silver: x^4-4x^3+4x^2-4 and pentasilver: x^4-2*x^3+x-16 confirms that a Kenyon-like polynomial of a general form: x^4-p*x^3+q*x^2-r exists with substitutionms associated to it.

MATHEMATICA

s[1] = {2, 2, 1, 2, 2}; s[2] = {3}; s[3] = {4, 4, 3, 4, 4}; s[4] = {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: A168258 A116204 A159905 * A169695 A173642 A023568

Adjacent sequences:  A106051 A106052 A106053 * A106055 A106056 A106057

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

Corrected and edited by N. J. A. Sloane (njas(AT)research.att.com), Jun 03 2005

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 13 21:55 EST 2012. Contains 205561 sequences.