OFFSET
1,1
COMMENTS
Appears to be complement of A026367. - N. J. A. Sloane, Oct 18 2022
Positions of 0 in the fixed point of the morphism 0->11, 1->110; see A285431. Conjecture: -2 < n*r - a(n) < 4 for n>=1, where r = 2 + sqrt(3). - Clark Kimberling, Apr 29 2017
Also, with an initial 0, appears to be the sequence B' of P-positions in Fraenkel's (2,1)-Wythoff's game. The associated A' sequence is A026367. - N. J. A. Sloane, Oct 20 20221
LINKS
Clark Kimberling, Table of n, a(n) for n = 1..10000
Robbert Fokkink, Gerard Francis Ortega, and Dan Rust, Corner the Empress, arXiv:2204.11805 [math.CO], 2022. See Table 4.
Wen An Liu and Xiao Zhao, Adjoining to (s,t)-Wythoff's game its P-positions as moves, Discrete Applied Mathematics, Aug 27 2014. See Table 4.
J. Shallit, Proof of Irvine's conjecture via mechanized guessing, arXiv preprint arXiv:2310.14252 [math.CO], October 22 2023.
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {1, 1, 0}}] &, {0}, 13] (* A285431 *)
Flatten[Position[s, 0]] (* A026368 *)
Flatten[Position[s, 1]] (* A026367 *)
(* Clark Kimberling, Apr 28 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved