Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A106589
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A106589 Three-symbol substitution based on Rauzy: adding one 3 to second substitution: characteristic polynomial: x^3-x^2-2*x-2. +0
1
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; listen)
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]

PROGRAM

(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: A097663 A066517 A108132 this_sequence A051911 A106595 A109199

Adjacent sequences: A106586 A106587 A106588 this_sequence A106590 A106591 A106592

KEYWORD

nonn,uned

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 1 13:27 EST 2009. Contains 167806 sequences.


AT&T Labs Research