login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A288753 Positions of 0 in A288752; complement of A288754. 3

%I #4 Jun 15 2017 17:56:23

%S 1,4,5,7,8,10,11,13,15,18,19,21,22,24,26,29,30,32,33,35,37,40,41,43,

%T 46,47,49,52,53,55,56,58,59,61,63,66,67,69,70,72,74,77,78,80,83,84,86,

%U 89,90,92,93,95,96,98,100,103,104,106,107,109,111,114,115

%N Positions of 0 in A288752; complement of A288754.

%C Conjecture: a(n)/n->1.83..., and if m denotes this number, then -1 < m - a(n)/n) < 1 for n >= 1.

%H Clark Kimberling, <a href="/A288753/b288753.txt">Table of n, a(n) for n = 1..10000</a>

%t s = {0, 0}; w[0] = StringJoin[Map[ToString, s]];

%t w[n_] := StringReplace[w[n - 1], {"00" -> "0110", "1" -> "01"}]

%t Table[w[n], {n, 0, 8}]

%t st = ToCharacterCode[w[11]] - 48 (* A288752 *)

%t Flatten[Position[st, 0]] (* A288753 *)

%t Flatten[Position[st, 1]] (* A288754 *)

%Y Cf. A288752, A288754.

%K nonn,easy

%O 1,2

%A _Clark Kimberling_, Jun 15 2017

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)