OFFSET
1,1
COMMENTS
Complement of A026363. Positions of 0 in the fixed point of the morphism 0->11, 1->101; see A285430. Conjecture: -1 < n*r - a(n) < 4 for n>=1, where r = 2 + sqrt(3). - Clark Kimberling, Apr 28 2017
LINKS
Clark Kimberling, Table of n, a(n) for n = 1..10000
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {1, 0, 1}}] &, {0}, 13] (* A285430 *)
Flatten[Position[s, 0]] (* A026364 *)
Flatten[Position[s, 1]] (* A026363 *)
(* Clark Kimberling, Apr 28 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved