Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #4 May 22 2017 20:03:48
%S 3,6,10,12,16,19,23,26,30,32,36,39,43,47,50,54,56,60,63,67,69,73,76,
%T 80,84,87,91,93,97,100,104,107,111,113,117,120,124,128,131,135,137,
%U 141,144,148,151,155,157,161,164,168,172,175,179,181,185,188,192,194
%N Positions of 1 in A287174.
%t s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {2, 0}, 2 -> 0}] &, {0}, 11] (* A287174 *)
%t Flatten[Position[s, 0]] (* A287175 *)
%t Flatten[Position[s, 1]] (* A287176 *)
%t Flatten[Position[s, 2]] (* A287177 *)
%Y Cf. A287174, A287175, A287177.
%K nonn,easy
%O 1,1
%A _Clark Kimberling_, May 22 2017