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!)
A288214 Positions of 0 in A288213; complement of A288215. 3
1, 2, 4, 5, 8, 9, 11, 12, 15, 18, 19, 21, 22, 25, 26, 28, 29, 32, 35, 36, 39, 42, 43, 45, 46, 49, 50, 52, 53, 56, 59, 60, 62, 63, 66, 67, 69, 70, 73, 76, 77, 80, 83, 84, 86, 87, 90, 93, 94, 97, 100, 101, 103, 104, 107, 108, 110, 111, 114, 117, 118, 120, 121 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
0 < 2 - 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" -> "010"}]
Table[w[n], {n, 0, 8}]
st = ToCharacterCode[w[11]] - 48 (* A288213 *)
Flatten[Position[st, 0]] (* A288214 *)
Flatten[Position[st, 1]] (* A288215 *)
CROSSREFS
Sequence in context: A027883 A201818 A047380 * A117121 A101925 A101884
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 April 24 19:06 EDT 2024. Contains 371962 sequences. (Running on oeis4.)