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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A106703 4-symbol substitution from L[n] Coxeter diagram with n=3. 0
1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 1, 2, 2, 2, 2, 1, 2, 2, 2, 2, 1, 2, 2, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 1, 2 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Characteristic Polynomial n=3: x^4-7*x^3+9 These Coxter diagrams behave very much like odd even blocks or branches.

REFERENCES

L[n] substitutions of the Coxeter diagram from the McMullen article.

Curtis McMullen, Prym varieties and Teichmuller curves.

FORMULA

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

MATHEMATICA

s[1] = Table[If[i <= n, 3, {}], {i, 1, n0}]; s[2] = {3, 4}; s[3] = {1, 2}; s[4] = Table[If[i <= n, 2, {}], {i, 1, n0}]; 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: A117277 A033831 A033105 * A127267 A008617 A025824

Adjacent sequences:  A106700 A106701 A106702 * A106704 A106705 A106706

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), May 09 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 14 13:08 EST 2012. Contains 205623 sequences.