login
A285135
Positions of 1 in A285133; complement of A285134.
3
4, 5, 10, 11, 16, 17, 19, 21, 23, 28, 29, 31, 33, 38, 42, 43, 48, 49, 54, 55, 60, 61, 63, 65, 67, 72, 73, 75, 77, 82, 86, 87, 92, 93, 98, 99, 104, 105, 107, 109, 111, 116, 117, 119, 121, 126, 130, 131, 133, 135, 137, 142, 146, 147, 149, 151, 153, 158, 162
OFFSET
1,1
COMMENTS
Conjecture: -1 < n*r - a(n) < 1 for n>=1, where r = 1 + sqrt(3).
LINKS
EXAMPLE
As a word, A285133 = 000110..., in which 1 is in positions 4,5,10,11,16,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {0, 0, 0, 1}}] &, {0}, 12]; (* A285133 *)
Flatten[Position[s, 0]]; (* A285134 *)
Flatten[Position[s, 1]]; (* A285135 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 20 2017
STATUS
approved