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!)
A287380 Positions of 1 in A287931; complement of A287379. 3
3, 5, 8, 12, 14, 18, 21, 24, 28, 31, 35, 37, 41, 43, 47, 50, 54, 56, 60, 63, 66, 70, 73, 76, 80, 83, 87, 89, 93, 96, 99, 103, 106, 110, 112, 116, 118, 122, 125, 129, 131, 135, 137, 141, 144, 148, 150, 154, 157, 160, 164, 167, 171, 173, 177, 179, 183, 186 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(n)/n-> 3.24..., and if m denotes this number, then -1 < m - a(n)/n < 1 for n >= 1.
LINKS
MATHEMATICA
s = {0, 0}; w[0] = StringJoin[Map[ToString, s]];
w[n_] := StringReplace[w[n - 1], {"00" -> "0010", "1" -> "10"}]
Table[w[n], {n, 0, 8}]
st = ToCharacterCode[w[11]] - 48 (* A287931 *)
Flatten[Position[st, 0]] (* A287379 *)
Flatten[Position[st, 1]] (* A287380 *)
CROSSREFS
Sequence in context: A100464 A114891 A285953 * A339389 A348236 A218485
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jun 07 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 September 5 07:27 EDT 2024. Contains 375686 sequences. (Running on oeis4.)