login
A285502
Positions of 0 in A285501; complement of A285503.
5
1, 2, 5, 6, 9, 10, 13, 14, 21, 22, 25, 26, 33, 34, 37, 38, 41, 42, 45, 46, 49, 50, 53, 54, 61, 62, 65, 66, 73, 74, 77, 78, 81, 82, 85, 86, 89, 90, 93, 94, 101, 102, 105, 106, 113, 114, 117, 118, 121, 122, 125, 126, 129, 130, 133, 134, 141, 142, 145, 146, 153
OFFSET
1,2
COMMENTS
Conjecture: a(n)/n -> (3+sqrt(5))/2.
LINKS
EXAMPLE
As a word, A285501 = 00110011..., in which 0 is in positions 1,2,5,6,9,...
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