The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A106796 Fixed point of the morphism 1 -> 1,1,2; 2 -> 3; 3 -> 1,4; 4 -> 1, starting with a(0) = 1. 4
1, 1, 2, 1, 1, 2, 3, 1, 1, 2, 1, 1, 2, 3, 1, 4, 1, 1, 2, 1, 1, 2, 3, 1, 1, 2, 1, 1, 2, 3, 1, 4, 1, 1, 2, 1, 1, 1, 2, 1, 1, 2, 3, 1, 1, 2, 1, 1, 2, 3, 1, 4, 1, 1, 2, 1, 1, 2, 3, 1, 1, 2, 1, 1, 2, 3, 1, 4, 1, 1, 2, 1, 1, 1, 2, 1, 1, 2, 3, 1, 1, 2, 1, 1, 2, 1, 1, 2, 3, 1, 1, 2, 1, 1, 2, 3, 1, 4, 1, 1, 2, 1, 1, 2, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
4-symbol substitution for the Pisot characteristic polynomial: x^4 - 2*x^2 - x - 1.
LINKS
Victor F. Sirvent and Boris Solomyak, Pure Discrete Spectrum for One-dimensional Substitution Systems of Pisot Type. Canadian Mathematical Bulletin, 45(4), 2002, 697-710; (page 709 example 3). Also at ResearchGate
EXAMPLE
The first few steps of the substitution are:
Start: 1
Maps:
1 --> 1 1 2
2 --> 3
3 --> 1 4
4 --> 1
-------------
0: (#=1)
1
1: (#=3)
112
2: (#=7)
1121123
3: (#=16)
1121123112112314
4: (#=36)
112112311211231411211231121123141121
5: (#=82)
1121123112112314112112311211231411211121123112112314112112311211231411211121123112
MATHEMATICA
s[1]= {1, 1, 2}; s[2]= {3}; s[3]= {1, 4}; s[4]= {1}; t[b_]:= Flatten[s /@ b];
a[0]= {1}; a[1]= t[p[0]]; a[n_]:= t[a[n-1]];
a[10]
CROSSREFS
Sequence in context: A133233 A174430 A116361 * A265743 A082850 A290695
KEYWORD
nonn
AUTHOR
Roger L. Bagula, May 17 2005
EXTENSIONS
Edited by G. C. Greubel, Apr 03 2022
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 May 16 13:17 EDT 2024. Contains 372552 sequences. (Running on oeis4.)