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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A106589 Three-symbol substitution based on Rauzy: adding one 3 to second substitution: characteristic polynomial: x^3-x^2-2*x-2. 0
2, 3, 3, 1, 2, 3, 2, 3, 3, 1, 2, 3, 3, 3, 1, 2, 3, 1, 2, 3, 2, 3, 3, 1, 2, 3, 3, 3, 1, 2, 3, 1, 2, 3, 2, 3, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 2, 3, 3, 1, 2, 3, 2, 3, 3, 1, 2, 3, 3, 3, 1, 2, 3, 1, 2, 3, 2, 3, 3, 1, 2, 3, 2, 3, 3, 1, 2, 3, 2, 3, 3, 1, 2, 3, 3, 3, 1, 2, 3, 1, 2, 3, 2, 3, 3, 1, 2, 3, 3, 3, 1, 2, 3, 1, 2 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

REFERENCES

Curtis McMullen, Prym varieties and Teichmueller curves, May 04, 2005

FORMULA

1->{2}, 2->{3, 3} 3->{1, 2, 3}.

MATHEMATICA

s[1] = {2}; s[2] = {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[7]

PROG

(PARI) {a(n)=local(A); if(n<1, 0, A=[2]; while(length(A)<n|A[1]!=2, A=concat(vector(length(A), k, [[2], [3, 3], [1, 2, 3]][A[k]]))); A[n])} /* Michael Somos May 16 2005 */

CROSSREFS

Sequence in context: A204259 A066517 A108132 * A051911 A106595 A181608

Adjacent sequences:  A106586 A106587 A106588 * A106590 A106591 A106592

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), May 10 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 15 23:53 EST 2012. Contains 205860 sequences.