login
A285360
Positions of 1 in A285358; complement of A285359.
3
1, 2, 4, 5, 6, 8, 9, 11, 12, 14, 15, 16, 18, 19, 20, 22, 23, 25, 26, 28, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 45, 46, 48, 49, 50, 52, 53, 54, 56, 57, 59, 60, 62, 63, 64, 66, 67, 68, 70, 71, 73, 74, 76, 77, 78, 80, 81, 83, 84, 86, 87, 88, 90, 91, 93
OFFSET
1,2
COMMENTS
Conjecture: 0 < n*sqrt(2) - a(n) < 2 for n>=1.
LINKS
EXAMPLE
As a word, A285358 = 1101110..., in which 1 is in positions 1,2,4,5,6,8,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {1, 1, 0, 1}}] &, {0}, 10] (* A285358 *)
Flatten[Position[s, 0]] (* A285359 *)
Flatten[Position[s, 1]] (* A285360 *)
CROSSREFS
Sequence in context: A374767 A289166 A247161 * A099797 A004059 A189404
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 25 2017
STATUS
approved