The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A287440 Positions of 0 in A287382; complement of A287448. 3
1, 2, 5, 6, 7, 8, 9, 11, 13, 14, 17, 18, 19, 20, 21, 24, 25, 26, 28, 29, 30, 31, 32, 34, 35, 36, 38, 39, 41, 43, 44, 47, 48, 49, 50, 51, 54, 55, 56, 57, 58, 60, 62, 63, 66, 67, 68, 70, 71, 72, 74, 75, 78, 79, 80, 81, 82, 85, 86, 87, 89, 90, 91, 93, 94, 97 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: a(n)/n -> 1.45..., 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" -> "1000", "10" -> "001"}]
Table[w[n], {n, 0, 8}]
st = ToCharacterCode[w[23]] - 48 (* A287382 *)
Flatten[Position[st, 0]] (* A287440 *)
Flatten[Position[st, 1]] (* A287448 *)
CROSSREFS
Sequence in context: A039067 A202114 A228090 * A111175 A047326 A039044
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jun 18 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 May 23 09:40 EDT 2024. Contains 372760 sequences. (Running on oeis4.)