login
A285496
Positions of 0 in A285495; complement of A285497.
3
1, 2, 4, 5, 6, 8, 9, 10, 12, 13, 14, 16, 21, 22, 24, 27, 28, 30, 31, 32, 34, 35, 36, 38, 39, 40, 42, 43, 44, 46, 47, 48, 50, 55, 56, 58, 61, 62, 64, 65, 66, 68, 69, 70, 72, 73, 74, 76, 77, 78, 80, 81, 82, 84, 89, 90, 92, 95, 96, 98, 99, 100, 102, 103, 104
OFFSET
1,2
LINKS
EXAMPLE
As a word, A285495 = 00100010..., in which 0 is in positions 1,2,4,5,6,8,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {0, 0, 1, 0}}] &, {0}, 10] (* A285495 *)
Flatten[Position[s, 0]] (* A285496 *)
Flatten[Position[s, 1]] (* A285497 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 30 2017
STATUS
approved