login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


1-limiting word of the morphism 0->10, 1-> 0011.
6

%I #9 Oct 05 2020 10:55:39

%S 1,0,1,0,0,0,1,1,0,0,1,1,0,0,1,1,1,0,1,0,1,0,0,0,1,1,0,0,1,1,0,0,1,1,

%T 1,0,0,0,1,1,1,0,0,0,1,1,1,0,1,0,1,0,0,0,1,1,0,0,1,1,1,0,1,0,0,0,1,1,

%U 0,0,1,1,0,0,1,1,1,0,0,0,1,1,1,0,1,0

%N 1-limiting word of the morphism 0->10, 1-> 0011.

%C The morphism 0->10, 1-> 0011 has two limiting words. If the number of iterations is even, the 0-word evolves from 0 -> 10 -> 001110 -> 101000110011001110 -> 001110001110101000110011101000110011101000110011001110; if the number of iterations is odd, the 1-word evolves from 0 -> 10 -> 001110 -> 101000110011001110, as in A285162.

%C This is a 3-automatic sequence. See Allouche et al. link. - _Michel Dekking_, Oct 05 2020

%H J.-P. Allouche, F. M. Dekking, and M. Queffélec, <a href="https://arxiv.org/abs/2010.00920">Hidden automatic sequences</a>, arXiv:2010.00920 [math.NT], 2020.

%t s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {0, 0, 1, 1}}] &, {0}, 10]; (* A285159 *)

%t Flatten[Position[s, 0]]; (* A285160 *)

%t Flatten[Position[s, 1]]; (* A285161 *)

%Y Cf. A285160, A285160, A285161.

%K nonn,easy

%O 1

%A _Clark Kimberling_, Apr 21 2017

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 20 10:08 EDT 2024. Contains 376068 sequences. (Running on oeis4.)