login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A288865 Positions of 0 in A288864; complement of A288866. 3
1, 3, 8, 12, 13, 14, 16, 25, 33, 40, 46, 51, 55, 56, 57, 58, 64, 77, 89, 100, 110, 119, 127, 134, 140, 145, 149, 150, 151, 152, 153, 171, 188, 204, 219, 233, 246, 258, 269, 279, 288, 296, 303, 309, 314, 318, 319, 320, 321, 322, 328, 333, 337, 338, 339, 352 (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[54]] - 48 (* A288864 *)
Flatten[Position[st, 0]] (* A288865 *)
Flatten[Position[st, 1]] (* A288866 *)
CROSSREFS
Sequence in context: A360572 A360937 A361044 * A331069 A161517 A255199
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jun 24 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 December 8 07:53 EST 2023. Contains 367662 sequences. (Running on oeis4.)