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!)
A287184 Positions of 1 in A288106; complement of A287183. 3
3, 9, 13, 20, 27, 31, 35, 41, 45, 49, 55, 62, 69, 73, 80, 87, 94, 98, 105, 109, 113, 119, 123, 127, 133, 140, 144, 148, 154, 158, 162, 168, 172, 176, 182, 189, 193, 197, 203, 210, 217, 221, 228, 235, 242, 246, 253, 257, 261, 267, 274, 281, 285, 292, 299, 306 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(n)/n-> 5.42..., and if m denotes this number, then -1 < m - a(n)/n < 3 for n >= 1.
LINKS
MATHEMATICA
s = {0, 0}; w[0] = StringJoin[Map[ToString, s]];
w[n_] := StringReplace[w[n - 1], {"00" -> "0010", "1" -> "00"}]
Table[w[n], {n, 0, 8}]
st = ToCharacterCode[w[11]] - 48 (* A288106 *)
Flatten[Position[st, 0]] (* A287183 *)
Flatten[Position[st, 1]] (* A287184 *)
Table[StringLength[w[n]], {n, 1, 35}] (* A287185 conjectured *)
CROSSREFS
Sequence in context: A190745 A075318 A171101 * A197569 A118570 A212244
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jun 06 2017
STATUS
approved

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 20 11:27 EDT 2024. Contains 371838 sequences. (Running on oeis4.)