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!)
A288737 Positions of 0 in A288736; complement of A288740. 3
1, 4, 5, 6, 7, 10, 13, 16, 17, 18, 19, 22, 23, 24, 25, 28, 31, 34, 37, 40, 41, 42, 43, 46, 47, 48, 49, 52, 55, 58, 59, 60, 61, 64, 65, 66, 67, 70, 73, 76, 79, 82, 85, 88, 89, 90, 91, 94, 95, 96, 97, 100, 103, 106, 107, 108, 109, 112, 113, 114, 115, 118, 121 (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[22]] - 48 (* A288736 *)
Flatten[Position[st, 0]] (* A288737 *)
Flatten[Position[st, 1]] (* A288740 *)
CROSSREFS
Sequence in context: A065028 A107756 A080723 * A139448 A356398 A364803
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)