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!)
A280046 Image of A053838 under the morphism 0 -> 0000, 1 -> 0100, 2 -> 0110. 0
0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0
LINKS
Michel Rigo, Relations on words, Indagationes Mathematicae, Vol. 28, No. 1 (2017), pp. 183-204, arXiv preprint, arXiv:1602.03364 [cs.FL], 2016.
MATHEMATICA
terms = 100; Clear[f];
f[k_] := f[k] = (A053838 = SubstitutionSystem[{0 -> {0, 1, 2}, 1 -> {1, 2, 0}, 2 -> {2, 0, 1}}, {0}, k] // Last; SubstitutionSystem[{0 -> {0, 0, 0, 0}, 1 -> {0, 1, 0, 0}, 2 -> {0, 1, 1, 0}}, A053838, 1] // Last // PadRight[#, terms]& // Take[#, terms]&);
f[k = 1]; f[k++];
While[Print["k = ", k]; f[k] != f[k - 1], k++];
f[k] (* Jean-François Alcover, Nov 16 2018 *)
CROSSREFS
Cf. A053838.
Sequence in context: A143731 A079872 A235046 * A169672 A011672 A353492
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 30 2016
EXTENSIONS
More terms from Jean-François Alcover, Nov 16 2018
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 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)