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!)
A288218 Positions of 1 in A288216; complement of A288217. 3
3, 6, 8, 12, 17, 20, 22, 28, 30, 35, 39, 42, 44, 48, 53, 57, 60, 62, 67, 69, 75, 78, 80, 86, 88, 93, 97, 100, 102, 108, 111, 113, 117, 122, 124, 129, 133, 136, 138, 143, 145, 151, 155, 158, 160, 164, 169, 172, 174, 180, 182, 187, 191, 194, 196, 200, 205, 209 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(n)/n -> 3.61..., and if m denotes this number, then 0 < 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" -> "010"}]
Table[w[n], {n, 0, 8}]
st = ToCharacterCode[w[21]] - 48 (* A288216 *)
Flatten[Position[st, 0]] (* A288217 *)
Flatten[Position[st, 1]] (* A288218 *)
CROSSREFS
Sequence in context: A350619 A341435 A301283 * A212984 A006048 A245989
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jun 19 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 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)