login
A287269
Positions of 1 in A287267.
4
1, 2, 4, 5, 11, 12, 14, 15, 25, 26, 31, 32, 33, 34, 36, 37, 43, 44, 46, 47, 57, 58, 63, 64, 69, 70, 75, 76, 77, 78, 80, 81, 87, 88, 93, 94, 95, 96, 98, 99, 101, 102, 104, 105, 111, 112, 114, 115, 125, 126, 131, 132, 133, 134, 136, 137, 143, 144, 146, 147
OFFSET
1,2
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {0, 2}, 2 -> 0}] &, {0}, 11] (* A287267 *)
Flatten[Position[s, 0]] (* A287268 *)
Flatten[Position[s, 1]] (* A287269 *)
Flatten[Position[s, 2]] (* A287270 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 24 2017
STATUS
approved