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!)
A106583 6 symbol two center branched substitution. 0
1, 2, 1, 3, 5, 2, 2, 2, 4, 6, 1, 3, 5, 1, 3, 5, 1, 3, 5, 5, 5, 2, 2, 2, 4, 6, 2, 2, 2, 4, 6, 2, 2, 2, 4, 6, 2, 4, 6, 2, 4, 6, 1, 3, 5, 1, 3, 5, 1, 3, 5, 5, 5, 1, 3, 5, 1, 3, 5, 1, 3, 5, 5, 5, 1, 3, 5, 1, 3, 5, 1, 3, 5, 5, 5, 1, 3, 5, 5, 5, 1, 3, 5, 5, 5, 2, 2, 2, 4, 6, 2, 2, 2, 4, 6, 2, 2, 2, 4, 6, 2, 4, 6, 2, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Triangular form: {1}, {2}, {1,3,5} {2,2,2,4,6}, {1,3,5,1,3,5,1,3,5,5,5}
LINKS
FORMULA
1->{2}, 2->{1, 3, 5}, 3->{2}, 4->{5}, 5->{2, 4, 6}, 6->{5}
MATHEMATICA
s[1] = {2}; s[2] = {1, 3, 5}; s[3] = {2}; s[4] = {5}; s[5] = {2, 4, 6}; s[ 6] = {5}; t[a_] := Flatten[s /@ a]; p[0] = {1}; p[1] = t[p[0]]; p[n_] := t[p[n - 1]] a0 = Table[p[i], {i, 0, 7}]; aa = Flatten[a0] MatrixForm[a0]
CROSSREFS
Sequence in context: A002249 A157127 A066748 * A081450 A248408 A210880
KEYWORD
nonn,uned
AUTHOR
Roger L. Bagula, May 09 2005
STATUS
approved

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 17 03:33 EDT 2024. Contains 372577 sequences. (Running on oeis4.)