login
A285033
Positions of 1 in A285031; complement of A285032.
3
3, 4, 8, 9, 11, 13, 17, 18, 20, 24, 27, 28, 32, 33, 37, 38, 40, 42, 46, 47, 49, 53, 56, 57, 59, 61, 65, 68, 69, 71, 73, 77, 80, 81, 85, 86, 90, 91, 93, 95, 99, 100, 102, 106, 109, 110, 112, 114, 118, 121, 122, 126, 127, 131, 132, 134, 136, 140, 143, 144, 148
OFFSET
1,1
COMMENTS
Conjecture: -1 < n*r - a(n) < 2 for n>=1, where r = 1 + sqrt(2).
LINKS
EXAMPLE
As a word, A285031 = 00110..., in which 1 is in positions 3,4,8,9,11,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {0, 0, 1}}] &, {0}, 8]; (* A285031 *)
Flatten[Position[s, 0]]; (* A285032 *)
Flatten[Position[s, 1]]; (* A285033 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 19 2017
STATUS
approved