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!)
A106559 Peano-like substitution of four symbols that gives a narrow strip with a hole in it: characteristic polynomial:x^4-x^3-4x^2-x-15. 0
2, 3, 2, 1, 4, 1, 2, 3, 2, 4, 2, 4, 2, 3, 2, 4, 2, 4, 2, 3, 2, 1, 4, 1, 2, 3, 2, 4, 2, 4, 2, 3, 2, 4, 2, 4, 1, 4, 1, 3, 1, 3, 1, 4, 1, 4, 2, 4, 2, 3, 2, 4, 2, 4, 2, 3, 2, 1, 4, 1, 2, 3, 2, 4, 2, 4, 2, 3, 2, 4, 2, 4, 2, 3, 2, 1, 4, 1, 2, 3, 2, 3, 1, 3, 4, 2, 4, 3, 1, 3, 2, 3, 2, 1, 4, 1, 2, 3, 2, 3, 1, 3, 4, 2, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The digraph of this substitution has an asymmetrical sink in it.
LINKS
F. M. Dekking, Recurrent Sets, Advances in Mathematics, vol. 44, no.1, April 1982, page 85, section 4.1
FORMULA
1->{2, 3, 2}, 2->{3, 1, 3}, 3->{4, 2, 4}, 4->{1, 4, 1}.
MATHEMATICA
s[1] = {2, 3, 2}; s[2] = {3, 1, 3}; s[3] = {4, 2, 4}; s[4] = {1, 4, 1}; t[a_] := Flatten[s /@ a]; p[0] = {1}; p[1] = t[p[0]]; p[n_] := t[p[n - 1]]; aa = p[5]
CROSSREFS
Sequence in context: A334014 A280929 A231725 * A280047 A106377 A214573
KEYWORD
nonn,uned
AUTHOR
Roger L. Bagula, May 09 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 23 10:29 EDT 2024. Contains 371905 sequences. (Running on oeis4.)