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!)
A283319 Image of 0 under repeated applications of the morphism 0 -> 0,0,1,2, 1 -> 1,1,2, 2 -> 0,2,2. 0
0, 0, 1, 2, 0, 0, 1, 2, 1, 1, 2, 0, 2, 2, 0, 0, 1, 2, 0, 0, 1, 2, 1, 1, 2, 0, 2, 2, 1, 1, 2, 1, 1, 2, 0, 2, 2, 0, 0, 1, 2, 0, 2, 2, 0, 2, 2, 0, 0, 1, 2, 0, 0, 1, 2, 1, 1, 2, 0, 2, 2, 0, 0, 1, 2, 0, 0, 1, 2, 1, 1, 2, 0, 2, 2, 1, 1, 2, 1, 1, 2, 0, 2, 2, 0, 0, 1, 2, 0, 2, 2, 0, 2, 2, 1, 1, 2, 1, 1, 2, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
REFERENCES
Bernardino, André, Rui Pacheco, and Manuel Silva. "Coloring factors of substitutive infinite words." Discrete Mathematics 340.3 (2017): 443-451. See Example 4.
LINKS
A. Bernardino, M. Silva, R. Pacheco, Coloring factors of substitutive infinite words, arXiv:1605.09343 [math.CO], 2016. See Example 4.
MAPLE
with(ListTools);
psi:=proc(S)
Flatten(subs( {0=[0, 0, 1, 2], 1=[1, 1, 2], 2=[0, 2, 2]}, S));
end;
S:=[0];
for n from 1 to 6 do S:=psi(S): od:
S;
MATHEMATICA
SubstitutionSystem[{0 -> {0, 0, 1, 2}, 1 -> {1, 1, 2}, 2 -> {0, 2, 2}}, {0}, 4] // Last (* Jean-François Alcover, Jan 21 2018 *)
CROSSREFS
Sequence in context: A237123 A024942 A210255 * A049321 A204425 A245187
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Mar 09 2017
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 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)