%I #4 May 22 2017 12:23:15
%S 4,6,7,11,12,15,21,23,24,27,33,34,40,44,46,47,51,52,55,61,62,68,72,74,
%T 75,78,84,88,90,91,97,99,100,104,105,108,114,116,117,120,126,127,133,
%U 137,139,140,143,149,153,155,156,162,164,165,169,170,173,179,180
%N Positions of 0 in A287156.
%H Clark Kimberling, <a href="/A287157/b287157.txt">Table of n, a(n) for n = 1..10000</a>
%t s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {2, 1}, 2 -> 0}] &, {0}, 11] (* A287156 *)
%t Flatten[Position[s, 0]] (* A287157 *)
%t Flatten[Position[s, 1]] (* A287158 *)
%t Flatten[Position[s, 2]] (* A287159 *)
%Y Cf. A287108, A287156, A287158, A287159.
%K nonn,easy
%O 1,1
%A _Clark Kimberling_, May 22 2017