login
A287241
Positions of 0 in A287240.
4
2, 3, 6, 7, 10, 12, 15, 16, 19, 20, 23, 25, 28, 29, 32, 34, 36, 39, 41, 44, 45, 48, 49, 52, 54, 57, 58, 61, 62, 65, 67, 70, 71, 74, 76, 78, 81, 83, 86, 87, 90, 91, 94, 96, 99, 100, 103, 105, 107, 110, 112, 114, 117, 119, 122, 123, 126, 128, 130, 133, 135
OFFSET
1,1
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {0, 1}, 1 -> {2, 0}, 2 -> 1}] &, {1}, 11] (* A287240 *)
Flatten[Position[s, 0]] (* A287241 *)
Flatten[Position[s, 1]] (* A287242 *)
Flatten[Position[s, 2]] (* A287243 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 24 2017
STATUS
approved