login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A287111
Positions of 2 in A287108.
5
4, 7, 9, 14, 16, 20, 27, 30, 32, 36, 43, 45, 52, 57, 60, 62, 67, 69, 73, 80, 82, 89, 94, 97, 99, 103, 110, 115, 118, 120, 127, 130, 132, 137, 139, 143, 150, 153, 155, 159, 166, 168, 175, 180, 183, 185, 189, 196, 201, 204, 206, 213, 216, 218, 223, 225, 229
OFFSET
1,1
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {2, 1}, 2 -> 0}] &, {0}, 10] (* A287108 *)
Flatten[Position[s, 0]] (* A287109 *)
Flatten[Position[s, 1]] (* A287110 *)
Flatten[Position[s, 2]] (* A287111 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 22 2017
STATUS
approved