login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A108133 Trajectory of 1 under the morphism 1->{2}, 2->{3}, 3->{1, 2, 2, 3, 3, 3}. 0
1, 2, 2, 3, 3, 3, 2, 3, 3, 1, 2, 2, 3, 3, 3, 1, 2, 2, 3, 3, 3, 1, 2, 2, 3, 3, 3, 2, 3, 3, 1, 2, 2, 3, 3, 3, 1, 2, 2, 3, 3, 3, 1, 2, 2, 3, 3, 3, 3, 1, 2, 2, 3, 3, 3, 1, 2, 2, 3, 3, 3, 2, 3, 3, 1, 2, 2, 3, 3, 3, 1, 2, 2, 3, 3, 3, 1, 2, 2, 3, 3, 3, 2, 3, 3, 1, 2, 2, 3, 3, 3, 1, 2, 2, 3, 3, 3, 1, 2, 2, 3, 3, 3, 2, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Three symbol Pisot substitution with characteristic polynomial x^3-3*x^2-2*x-1.
Roots of polynomial are {{x -> -0.313683 - 0.421053 *I}, {x -> -0.313683 + 0.421053 *I}, {x -> 3.62737}}
LINKS
MATHEMATICA
s[1] = {2}; s[2] = {3}; s[3] = {1, 2, 2, 3, 3, 3}; t[a_] := Flatten[s /@ a]; p[0] = {1}; p[1] = t[p[0]]; p[n_] := t[p[n - 1]] aa = p[6]
CROSSREFS
Sequence in context: A165001 A364200 A059253 * A341120 A332252 A238268
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Jun 04 2005
EXTENSIONS
Edited by N. J. A. Sloane, Jun 12 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 16 05:19 EDT 2024. Contains 374343 sequences. (Running on oeis4.)