The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A106705 8-symbol substitution from X[n] Coxeter diagram with n=4. 0

%I #5 Jan 25 2014 16:35:27

%S 1,1,7,7,7,7,7,7,7,7,1,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,1,2,3,1,2,3,1,

%T 2,3,1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,1,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,

%U 1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,7,7,7,7,7,7,7,7,1,2,3,1,2

%N 8-symbol substitution from X[n] Coxeter diagram with n=4.

%C Characteristic Polynomial n=4: x8-20*x6+128*x4-320*x2+256 This Coxeter diagram behaves very much like odd even blocks or branches. This program shows the triangular nature of the output.

%D X[n] substitutions of the Coxeter diagram from the McMullen article.

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

%F 1->{7}*n, 2->{5.6, 7}, 3->{6, 7, 8}, 4->{6}*n, 5->{2}*n, 6->{2, 3, 4}, 7->{1, 2, 3}, 8->{3}*n

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

%K nonn,uned

%O 0,3

%A _Roger L. Bagula_, May 09 2005

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 May 22 06:48 EDT 2024. Contains 372743 sequences. (Running on oeis4.)