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!)
A288730 Positions of 0 in A288729; complement of A288731. 5
1, 2, 5, 8, 9, 10, 11, 12, 15, 18, 21, 24, 25, 26, 27, 28, 31, 34, 35, 36, 37, 38, 41, 44, 47, 50, 53, 56, 57, 58, 59, 60, 63, 66, 67, 68, 69, 70, 73, 76, 79, 82, 83, 84, 85, 86, 89, 92, 93, 94, 95, 96, 99, 102, 105, 108, 111, 114, 117, 120, 121, 122, 123 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: a(n)/n-> 2, and 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" -> "1000", "10" -> "01"}]
Table[w[n], {n, 0, 8}]
st = ToCharacterCode[w[9]] - 48 (* A288729 *)
Flatten[Position[st, 0]] (* A288730 *)
Flatten[Position[st, 1]] (* A288731 *)
CROSSREFS
Sequence in context: A071099 A078001 A072955 * A276784 A153129 A076871
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jun 16 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 11:06 EDT 2024. Contains 371967 sequences. (Running on oeis4.)