login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A286999
Positions of 0 in A286998.
4
1, 3, 5, 7, 9, 11, 13, 14, 16, 18, 20, 22, 24, 25, 27, 29, 31, 33, 35, 37, 38, 40, 42, 44, 46, 48, 50, 51, 53, 55, 57, 59, 61, 62, 64, 66, 68, 70, 72, 74, 75, 77, 79, 81, 82, 84, 86, 88, 90, 92, 94, 95, 97, 99, 101, 103, 105, 106, 108, 110, 112, 114, 116
OFFSET
1,2
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {2, 0}, 2 -> 0}] &, {0}, 9] (* A286998 *)
Flatten[Position[s, 0]] (* A286999 *)
Flatten[Position[s, 1]] (* A287000 *)
Flatten[Position[s, 2]] (* A287001 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 22 2017
STATUS
approved