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”).

A287358
Positions of 1 in A287356.
4
1, 4, 5, 6, 8, 10, 13, 16, 19, 20, 21, 24, 25, 26, 29, 30, 31, 33, 35, 38, 39, 40, 42, 44, 47, 48, 49, 51, 53, 56, 59, 62, 63, 64, 66, 68, 71, 74, 77, 78, 79, 81, 83, 86, 89, 92, 93, 94, 97, 98, 99, 102, 103, 104, 106, 108, 111, 114, 117, 118, 119, 122, 123
OFFSET
1,2
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {1, 2}, 2 -> 0}] &, {0}, 11] (* A287356 *)
Flatten[Position[s, 0]] (* A287357 *)
Flatten[Position[s, 1]] (* A287358 *)
Flatten[Position[s, 2]] (* A287359 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 24 2017
STATUS
approved