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!)
A108132 Three symbol Pisot substitution with characteristic Polynomial: x^3-2*x^2-2*x-1. 0
2, 3, 3, 1, 2, 2, 3, 3, 1, 2, 2, 3, 3, 3, 1, 2, 2, 3, 3, 1, 2, 2, 3, 3, 2, 3, 3, 1, 2, 2, 3, 3, 1, 2, 2, 3, 3, 2, 3, 3, 1, 2, 2, 3, 3, 1, 2, 2, 3, 3, 3, 1, 2, 2, 3, 3, 1, 2, 2, 3, 3, 2, 3, 3, 1, 2, 2, 3, 3, 1, 2, 2, 3, 3, 2, 3, 3, 1, 2, 2, 3, 3, 1, 2, 2, 3, 3, 1, 2, 2, 3, 3, 2, 3, 3, 1, 2, 2, 3, 3, 1, 2, 2, 3, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Pisot with roots: {{x -> -0.415589 - 0.424848*I}, {x -> -0.415589 + 0.424848*I}, {x -> 2.83118}} This substitution gives two part near tile fractal.
LINKS
FORMULA
1->{2}, 2->{3}, 3->{1, 2, 2, 3, 3}
MATHEMATICA
s[1] = {2}; s[2] = {3}; s[3] = {1, 2, 2, 3, 3}; t[a_] := Flatten[s /@ a]; p[0] = {1}; p[1] = t[p[0]]; p[n_] := t[p[n - 1]] aa = p[7]
CROSSREFS
Sequence in context: A204259 A371888 A066517 * A106589 A335490 A334290
KEYWORD
nonn,uned
AUTHOR
Roger L. Bagula, Jun 04 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 May 9 13:34 EDT 2024. Contains 372351 sequences. (Running on oeis4.)