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!)
A289013 Positions of 1 in A289011; complement of A289012. 3
3, 5, 8, 13, 16, 20, 22, 27, 30, 34, 37, 40, 44, 46, 51, 54, 58, 61, 63, 68, 71, 75, 78, 81, 85, 87, 92, 95, 99, 102, 104, 107, 112, 116, 119, 121, 126, 128, 133, 136, 138, 143, 145, 148, 153, 157, 160, 162, 167, 169, 174, 177, 180, 182, 187, 191, 194, 198 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(n)/n -> 2 + sqrt(2), and 0 < 2 + sqrt(2) - a(n)/n < 1 for n >= 1.
LINKS
MATHEMATICA
z = 11; (* number of iterates *)
s = {0, 0}; w[0] = StringJoin[Map[ToString, s]];
w[n_] := StringReplace[w[n - 1], {"00" -> "0010", "01" -> "001", "10" -> "100"}]
TableForm[Table[w[n], {n, 0, 10}]]
st = ToCharacterCode[w[z]] - 48 (* A289011 *)
Flatten[Position[st, 0]] (* A289012 *)
Flatten[Position[st, 1]] (* A289013 *)
CROSSREFS
Sequence in context: A358767 A092360 A129141 * A357048 A331467 A337289
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jun 26 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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)