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!)
A288859 Positions of 0 in A288858; complement of A288860. 3
1, 5, 6, 7, 11, 18, 24, 29, 33, 34, 35, 36, 44, 55, 65, 74, 82, 89, 95, 100, 104, 105, 106, 107, 110, 126, 141, 155, 168, 180, 191, 201, 210, 218, 225, 231, 236, 240, 241, 242, 243, 246, 250, 251, 252, 267, 287, 306, 324, 341, 357, 372, 386, 399, 411, 422 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
s = {0, 0}; w[0] = StringJoin[Map[ToString, s]];
w[n_] := StringReplace[w[n - 1], {"00" -> "1000", "10" -> "011"}]
Table[w[n], {n, 0, 8}]
st = ToCharacterCode[w[52]] - 48 (* A288858 *)
Flatten[Position[st, 0]] (* A288859 *)
Flatten[Position[st, 1]] (* A288860 *)
CROSSREFS
Sequence in context: A064615 A300957 A139205 * A307751 A039589 A373854
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jun 23 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 23 02:58 EDT 2024. Contains 374544 sequences. (Running on oeis4.)