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!)
A189476 Fixed point of the morphism 0->01, 1->100. 5

%I #10 Mar 05 2022 16:18:30

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

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

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

%N Fixed point of the morphism 0->01, 1->100.

%H <a href="/index/Fi#FIXEDPOINTS">Index entries for sequences that are fixed points of mappings</a>

%e 0->01->01100->011001000101->

%t t = Nest[Flatten[# /. {0 -> {0, 1}, 1 -> {1, 0, 0}}] &, {0}, 6] (*A189476*)

%t Flatten[Position[t, 0]] (*A189477*)

%t Flatten[Position[t, 1]] (*A189478*)

%t SubstitutionSystem[{0->{0,1},1->{1,0,0}},{0},{7}][[1]] (* _Harvey P. Dale_, Mar 05 2022 *)

%Y Cf. A189477, A189478.

%K nonn

%O 1

%A _Clark Kimberling_, Apr 22 2011

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 25 07:41 EDT 2024. Contains 371964 sequences. (Running on oeis4.)