login
This site is supported by donations 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; 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}

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 A019588 A193953

Adjacent sequences:  A106580 A106581 A106582 * A106584 A106585 A106586

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 17 16:39 EST 2012. Contains 206058 sequences.