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

REFERENCES

F. M. Dekking, Recurrent Sets, Advances in Mathematics, vol. 44, no.1, 1982, page 85, section 4.1

G. A. Edgar and Jeffery Golds, "A Fractal Dimension Estimate for a Graph-Directed IFS of Non-Similarities", 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: A079046 A079045 A021417 * A116515 A037178 A077748

Adjacent sequences:  A105788 A105789 A105790 * A105792 A105793 A105794

KEYWORD

nonn

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), May 04 2005

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Aug 31 2006

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 02:08 EST 2012. Contains 205978 sequences.