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!)
A106702 Four loop eight-symbol substitution. 0
1, 3, 3, 2, 4, 3, 2, 4, 2, 4, 1, 6, 8, 3, 2, 4, 2, 4, 1, 6, 8, 2, 4, 1, 6, 8, 1, 6, 8, 3, 7, 8, 4, 6, 3, 2, 4, 2, 4, 1, 6, 8, 2, 4, 1, 6, 8, 1, 6, 8, 3, 7, 8, 4, 6, 2, 4, 1, 6, 8, 1, 6, 8, 3, 7, 8, 4, 6, 1, 6, 8, 3, 7, 8, 4, 6, 3, 7, 8, 4, 6, 2, 4, 8, 4, 6, 6, 8, 7, 8, 3, 2, 4, 2, 4, 1, 6, 8, 2, 4, 1, 6, 8, 1, 6 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
1->{3}, 2->{1}, 3->{2, 4}, 4->{6, 8}, 5->{3}, 6->{7, 8}, 7->{8}, 8->{4, 6}
MATHEMATICA
s[1] = {3}; s[2] = {1}; s[3] = {2, 4}; s[4] = {6, 8}; s[5] = {3}; s[6] = {7, 8}; s[7] = {8}; s[8] = {4, 6}; t[a_] := Join[a, Flatten[s /@ a]]; p[0] = {1}; p[1] = t[{1}]; p[n_] := t[p[n - 1]]; p[6]//Flatten
CROSSREFS
Sequence in context: A049604 A247509 A106686 * A303338 A271510 A349661
KEYWORD
nonn,uned
AUTHOR
Roger L. Bagula, May 13 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 August 7 17:47 EDT 2024. Contains 375017 sequences. (Running on oeis4.)