login
A285506
Positions of 1 in A285504; complement of A285505.
3
1, 2, 3, 4, 7, 8, 11, 12, 13, 14, 15, 16, 19, 20, 23, 24, 25, 26, 27, 28, 31, 32, 35, 36, 37, 38, 39, 40, 43, 44, 47, 48, 51, 52, 55, 56, 59, 60, 63, 64, 65, 66, 67, 68, 71, 72, 75, 76, 77, 78, 79, 80, 83, 84, 87, 88, 91, 92, 95, 96, 99, 100, 103, 104, 105
OFFSET
1,2
COMMENTS
Conjecture: a(n)/n -> (1+sqrt(5))/2.
LINKS
EXAMPLE
As a word, A285504 = 11110011001..., in which 1 is in positions 1,2,3,4,7,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {0, 0, 1, 1}}] &, {0}, 8] (* A285501 *)
Flatten[Position[s, 0]] (* A285502 *)
Flatten[Position[s, 1]] (* A285503 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 30 2017
STATUS
approved