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!)
A106590 Trajectory of 1 under the morphism 1->{2}, 2->{3,3,3}, 3->{1,2,3}. 0
1, 2, 3, 1, 2, 3, 1, 2, 3, 2, 3, 3, 3, 1, 2, 3, 2, 3, 3, 3, 1, 2, 3, 2, 3, 3, 3, 1, 2, 3, 3, 3, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 2, 3, 3, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 2, 3, 3, 3, 1, 2, 3, 2, 3, 3, 3, 1, 2, 3, 2, 3, 3, 3, 1, 2, 3, 3, 3, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 2, 3, 3, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Three-symbol substitution based on Rauzy: adding two 3's to second substitution: characteristic polynomial x^3-x^2-3*x-2.
LINKS
Curtis McMullen, Prym varieties and Teichmuller curves, Duke Math. J., Volume 133, Number 3 (2006), 569-590. doi:10.1215/S0012-7094-06-13335-5.
MATHEMATICA
s[1] = {2}; s[2] = {3, 3, 3}; s[3] = {1, 2, 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: A010882 A343638 A293207 * A194074 A175469 A239526
KEYWORD
nonn
AUTHOR
Roger L. Bagula, May 10 2005
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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)