%I #13 Oct 05 2020 09:08:42
%S 0,1,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0,1,1,1,0,0,1,1,0,0,0,1,0,1,1,1,0,0,
%T 1,1,0,0,0,1,0,1,0,1,1,1,0,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,0,1,0,1,1,1,
%U 0,0,1,1,0,0,0,1,0,1,0,1,1,1,0,0,0,1
%N Fixed point of the morphism 0 -> 01, 1 -> 1100.
%C This is a 3-automatic sequence. See Allouche et al. link. - _Michel Dekking_, Oct 05 2020
%H Clark Kimberling, <a href="/A284935/b284935.txt">Table of n, a(n) for n = 1..10000</a>
%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.
%H <a href="/index/Fi#FIXEDPOINTS">Index entries for sequences that are fixed points of mappings</a>
%e 0 -> 01-> 011100 -> 011100110011000101->
%t s = Nest[Flatten[# /. {0 -> {0, 1}, 1 -> {1, 1, 0, 0}}] &, {0}, 6] (* A284935 *)
%t Flatten[Position[s, 0]] (* A284936 *)
%t Flatten[Position[s, 1]] (* A284937 *)
%Y Cf. A284936, A284937.
%K nonn,easy
%O 1
%A _Clark Kimberling_, Apr 18 2017