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!)
A214332 Trajectory of 0 under the morphism 0 -> 01, 1 -> 202, 2 -> empty string. 1
0, 1, 2, 0, 2, 0, 1, 0, 1, 2, 0, 2, 0, 1, 2, 0, 2, 0, 1, 0, 1, 2, 0, 2, 0, 1, 0, 1, 2, 0, 2, 0, 1, 2, 0, 2, 0, 1, 0, 1, 2, 0, 2, 0, 1, 2, 0, 2, 0, 1, 0, 1, 2, 0, 2, 0, 1, 0, 1, 2, 0, 2, 0, 1, 2, 0, 2, 0, 1, 0, 1, 2, 0, 2, 0, 1, 0, 1, 2, 0, 2, 0, 1, 2, 0, 2, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
REFERENCES
J.-P. Allouche and J. Shallit, Automatic Sequences, Cambridge Univ. Press, 2003, p. 228.
LINKS
PROG
(Python)
from itertools import chain
A214332 = [0]
for _ in range(10):
....A214332 = list(chain.from_iterable(([0, 1] if d == 0 else [2, 0, 2] if d == 1 else [] for d in A214332)))
# Chai Wah Wu, Sep 05 2014
CROSSREFS
Sequence in context: A358233 A336121 A363795 * A164734 A090193 A039974
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jul 26 2012
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 24 09:18 EDT 2024. Contains 371935 sequences. (Running on oeis4.)