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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A106593 Six-symbol substitution based on doubling the Rauzy substitution : n=1 characteristic polynomial: x^6-3*x^4+3*x^2-1. 0
1, 4, 5, 6, 2, 3, 1, 2, 3, 4, 5, 4, 5, 6, 4, 5, 2, 3, 2, 3, 1, 2, 3, 2, 3, 4, 5, 4, 5, 4, 5, 6, 4, 5, 4, 5, 2, 3, 2, 3, 2, 3, 1, 2, 3, 2, 3, 2, 3, 4, 5, 4, 5, 4, 5, 4, 5, 6, 4, 5, 4, 5, 4, 5, 2, 3, 2, 3, 2, 3, 2, 3, 1, 2, 3, 2, 3, 2, 3, 2, 3, 4, 5, 4, 5, 4, 5, 4, 5, 4, 5, 6, 4, 5, 4, 5, 4, 5, 4, 5, 2, 3, 2, 3, 2 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Triangular form: {1}, {4, 5, 6}, {2, 3, 1, 2, 3}, {4, 5, 4, 5, 6, 4, 5}, {2, 3, 2, 3, 1, 2, 3, 2, 3}, {4, 5, 4, 5, 4, 5, 6, 4, 5, 4, 5},

REFERENCES

Curtis McMullen, Prym varieties and Teichmuller curves.

FORMULA

1->{4.5.6}, 2->{4}*n, 3->{5}, 4->{2}, 5->{3}.n 6->{1, 2, 3}

MATHEMATICA

n0=6 n=1 s[1] = {4, 5, 6}; s[2] = Table[If[i <= n, 4, {}], {i, 1, n0}]; s[3] = Table[If[i <= n, 5, {}], {i, 1, n0}]; s[4] = Table[If[i <= n, 2, {}], {i, 1, n0}]; s[5] = Table[If[i <= n, 3, {}], {i, 1, n0}]; s[6] = {1, 2, 3}; t[a_] := Flatten[s /@ a]; p[0] = {1}; p[1] = t[p[0]]; p[n_] := t[p[n - 1]] aa = Table[p[i], {i, 0, 10}]; MatrixForm[aa] aaa = Flatten[aa]

CROSSREFS

Sequence in context: A082486 A106591 A106592 * A010665 A200362 A096291

Adjacent sequences:  A106590 A106591 A106592 * A106594 A106595 A106596

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 16 08:13 EST 2012. Contains 205893 sequences.