# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a288635 Showing 1-1 of 1 %I A288635 #4 Jun 15 2017 17:55:43 %S A288635 2,5,6,8,10,13,16,19,20,22,25,26,28,31,32,34,36,39,42,43,45,47,50,53, %T A288635 54,56,58,61,64,67,68,70,73,74,76,78,81,84,87,88,90,93,94,96,98,101, %U A288635 104,107,108,110,113,114,116,119,120,122,124,127,130,131,133 %N A288635 Positions of 1 in A288633; complement of A288634. %C A288635 Conjecture: a(n)/n->2.19..., and if m denotes this number, then -1 < m - a(n)/n) < 1 for n >= 1. %H A288635 Clark Kimberling, Table of n, a(n) for n = 1..10000 %t A288635 s = {0, 0}; w[0] = StringJoin[Map[ToString, s]]; %t A288635 w[n_] := StringReplace[w[n - 1], {"00" -> "0110", "1" -> "10"}] %t A288635 Table[w[n], {n, 0, 8}] %t A288635 st = ToCharacterCode[w[10]] - 48 (* A288633 *) %t A288635 Flatten[Position[st, 0]] (* A288634 *) %t A288635 Flatten[Position[st, 1]] (* A288635 *) %Y A288635 Cf. A288633, A288634. %K A288635 nonn,easy %O A288635 1,1 %A A288635 _Clark Kimberling_, Jun 15 2017 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE