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!)
A288856 Positions of 0 in A288855; complement of A288857. 3
2, 3, 4, 9, 15, 20, 24, 25, 26, 27, 36, 46, 55, 63, 70, 76, 81, 85, 86, 87, 88, 92, 107, 121, 134, 146, 157, 167, 176, 184, 191, 197, 202, 206, 207, 208, 209, 213, 214, 215, 231, 250, 268, 285, 301, 316, 330, 343, 355, 366, 376, 385, 393, 400, 406, 411, 415 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
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[51]] - 48 (* A288855 *)
Flatten[Position[st, 0]] (* A288856 *)
Flatten[Position[st, 1]] (* A288857 *)
CROSSREFS
Sequence in context: A341824 A122974 A032982 * A033076 A121431 A084080
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 April 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)