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!)
A105791 Trajectory of 1 under the morphism 1->{1, 2, 4, 2, 1}, 2->{4, 3, 1, 3, 4}, 3->{2, 1, 3, 1, 2}, 4->{3, 4, 2, 4, 3}. 1
1, 2, 4, 2, 1, 4, 3, 1, 3, 4, 3, 4, 2, 4, 3, 4, 3, 1, 3, 4, 1, 2, 4, 2, 1, 3, 4, 2, 4, 3, 2, 1, 3, 1, 2, 1, 2, 4, 2, 1, 2, 1, 3, 1, 2, 3, 4, 2, 4, 3, 2, 1, 3, 1, 2, 3, 4, 2, 4, 3, 4, 3, 1, 3, 4, 3, 4, 2, 4, 3, 2, 1, 3, 1, 2, 3, 4, 2, 4, 3, 2, 1, 3, 1, 2, 1, 2, 4, 2, 1, 2, 1, 3, 1, 2, 3, 4, 2, 4, 3, 1, 2, 4, 2, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Edgar-Peano substitution of 4 symbols taken 5 at a time, fourth type: characteristic polynomial = -x^5+5*x^3-3*x^2+15*x.
LINKS
F. M. Dekking, Recurrent Sets, Advances in Mathematics, vol. 44, no.1, April 1982, page 85, section 4.1
G. A. Edgar and Jeffery Golds, A Fractal Dimension Estimate for a Graph-Directed IFS of Non-Similarities, arXiv:math/9806039 [math.CA], 1991
MATHEMATICA
s[1] = {1, 2, 3, 2, 1}; s[2] = {4, 3, 2, 3, 4}; s[3] = {2, 1, 4, 1, 2}; s[4] = {3, 4, 1, 4, 3}; s[5] = {} t[a_] := Flatten[s /@ a]; p[0] = {1}; p[1] = t[p[0]]; p[n_] := t[p[n - 1]]; aa = p[3]
CROSSREFS
Sequence in context: A368517 A355346 A364608 * A116515 A303118 A037178
KEYWORD
nonn
AUTHOR
Roger L. Bagula, May 04 2005
EXTENSIONS
Edited by N. J. A. Sloane, Aug 31 2006
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 19 08:20 EDT 2024. Contains 371782 sequences. (Running on oeis4.)