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!)
A105315 From the 4-symbol substitution 1->{2, 3}, 2->{3, 4}, 3->{4}, 4->{1}. 0
1, 1, 2, 3, 1, 2, 3, 2, 3, 3, 4, 4, 1, 2, 3, 2, 3, 3, 4, 4, 2, 3, 3, 4, 4, 3, 4, 4, 4, 1, 1, 1, 2, 3, 2, 3, 3, 4, 4, 2, 3, 3, 4, 4, 3, 4, 4, 4, 1, 1, 2, 3, 3, 4, 4, 3, 4, 4, 4, 1, 1, 3, 4, 4, 4, 1, 1, 4, 1, 1, 1, 2, 3, 2, 3, 1, 2, 3, 2, 3, 3, 4, 4, 2, 3, 3, 4, 4, 3, 4, 4, 4, 1, 1, 2, 3, 3, 4, 4, 3, 4, 4, 4, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
s[1] = {2, 3}; s[2] = {3, 4}; s[3] = {4}; s[4] = {1};
t[a_] := Join[a, Flatten[s /@ a]];
p[0] = {1}; p[1] = t[{1}]; p[n_] := t[p[n - 1]]
aa = Flatten[Table[p[n], {n, 0, 4}]]
CROSSREFS
Sequence in context: A059832 A105316 A105933 * A328912 A356327 A130830
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Apr 25 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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)