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!)
A285697 Positions of 1 in A288741; complement of A288742. 3
2, 4, 5, 10, 12, 13, 15, 16, 18, 19, 24, 26, 27, 32, 34, 35, 37, 38, 40, 41, 43, 44, 46, 47, 52, 54, 55, 60, 62, 63, 65, 66, 68, 69, 74, 76, 77, 82, 84, 85, 87, 88, 90, 91, 93, 94, 96, 97, 99, 100, 102, 103, 108, 110, 111, 116, 118, 119, 121, 122, 124, 125 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(n)/n -> 2, and -1/2 < 2 - a(n)/n < 1/3 for n >= 1.
LINKS
MATHEMATICA
s = {0, 0}; w[0] = StringJoin[Map[ToString, s]];
w[n_] := StringReplace[w[n - 1], {"00" -> "1000", "10" -> "01"}]
Table[w[n], {n, 0, 8}]
st = ToCharacterCode[w[23]] - 48 (* A288741 *)
Flatten[Position[st, 0]] (* A288742 *)
Flatten[Position[st, 1]] (* A285697 *)
CROSSREFS
Sequence in context: A022770 A141481 A241268 * A047611 A325095 A120491
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jun 17 2017
EXTENSIONS
Typo in definition corrected by Felix Fröhlich, Aug 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 July 6 02:01 EDT 2024. Contains 374030 sequences. (Running on oeis4.)