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!)
A287407 Start with 0 and repeatedly substitute 0->012, 1->210, 2->201. 5
0, 1, 2, 2, 1, 0, 2, 0, 1, 2, 0, 1, 2, 1, 0, 0, 1, 2, 2, 0, 1, 0, 1, 2, 2, 1, 0, 2, 0, 1, 0, 1, 2, 2, 1, 0, 2, 0, 1, 2, 1, 0, 0, 1, 2, 0, 1, 2, 2, 1, 0, 2, 0, 1, 2, 0, 1, 0, 1, 2, 2, 1, 0, 0, 1, 2, 2, 1, 0, 2, 0, 1, 2, 0, 1, 2, 1, 0, 0, 1, 2, 2, 0, 1, 0, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
This is the fixed point of the morphism 0->012, 1->210, 2->201 starting with 0. Let u be the (nonperiodic) sequence of positions of 0, and likewise, v for 1 and w for 2; then u(n)/n -> 3, v(n)/n -> 3, w(n)/n -> 3.
See A287385 for a guide to related sequences.
LINKS
EXAMPLE
First three iterations of the morphism: 012, 012210201, 012210201201210012201012210.
MATHEMATICA
s = Nest[Flatten[# /. {0->{0, 1, 2}, 1->{2, 1, 0}, 2->{2, 0, 1}}] &, {0}, 9]; (*A287407*)
Flatten[Position[s, 0]]; (*A287408*)
Flatten[Position[s, 1]]; (*A287409*)
Flatten[Position[s, 2]]; (*A287410*)
SubstitutionSystem[{0->{0, 1, 2}, 1->{2, 1, 0}, 2->{2, 0, 1}}, 0, {5}][[1]] (* Harvey P. Dale, Aug 03 2023 *)
CROSSREFS
Sequence in context: A133624 A030110 A083570 * A153240 A153241 A306863
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 25 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 18 04:31 EDT 2024. Contains 371767 sequences. (Running on oeis4.)