%I #4 May 10 2017 21:32:43
%S 0,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,1,0,1,1,1,0,1,0,0,1,1,0,1,1,1,0,1,0,
%T 0,1,0,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,1,0,1,1,1,0,1,0,0,1,0,1,1,0,1,0,
%U 0,1,1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,1
%N {1100->1}-transform of the Thue-Morse word A010060.
%H Clark Kimberling, <a href="/A284848/b284848.txt">Table of n, a(n) for n = 1..10000</a>
%e As a word, A010060 = 0110100110010110100101100..., and replacing each 1100 by 1 gives 011010011011010010111010011011...
%t s = Nest[Flatten[# /. {0 -> {0, 1}, 1 -> {1, 0}}] &, {0}, 9] (* A010060 *)
%t w = StringJoin[Map[ToString, s]]
%t w1 = StringReplace[w, {"1100" -> "1"}]
%t st = ToCharacterCode[w1] - 48 (* A284848 *)
%t Flatten[Position[st, 0]] (* A285091 *)
%t Flatten[Position[st, 1]] (* A285092 *)
%Y Cf. A010060, A285091, A285092.
%K nonn
%O 1
%A _Clark Kimberling_, May 10 2017