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!)
A288624 Positions of 1 in A288622; complement of A288623. 3
3, 5, 7, 8, 11, 13, 14, 17, 19, 20, 23, 26, 29, 31, 33, 34, 37, 39, 40, 43, 46, 49, 51, 53, 54, 57, 59, 60, 63, 66, 69, 71, 73, 74, 77, 80, 82, 84, 85, 88, 91, 93, 95, 96, 99, 101, 102, 105, 107, 108, 111, 114, 117, 119, 121, 122, 125, 127, 128, 131, 134 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(n)/n->2.19..., 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" -> "0110", "1" -> "01"}]
Table[w[n], {n, 0, 8}]
st = ToCharacterCode[w[10]] - 48 (* A288622 *)
Flatten[Position[st, 0]] (* A288623 *)
Flatten[Position[st, 1]] (* A288624 *)
CROSSREFS
Sequence in context: A260518 A190333 A190061 * A168162 A047485 A024969
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jun 14 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 20 09:36 EDT 2024. Contains 372710 sequences. (Running on oeis4.)