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!)
A289167 Positions of 1 in A289165; complement of A289166. 3
3, 7, 10, 14, 15, 20, 22, 27, 30, 32, 35, 40, 44, 48, 49, 52, 57, 61, 64, 66, 71, 73, 78, 80, 85, 86, 91, 95, 99, 102, 106, 107, 110, 115, 119, 123, 126, 129, 131, 134, 139, 143, 145, 148, 151, 153, 158, 160, 165, 167, 172, 176, 179, 181, 184, 185, 190, 194 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(n)/n -> 3.35..., and if m denotes this number, then -1 < m - 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" -> "100", "10" -> "001"}]
TableForm[Table[w[n], {n, 0, 10}]]
st = ToCharacterCode[w[z]] - 48 (* A289165 *)
Flatten[Position[st, 0]] (* A289166 *)
Flatten[Position[st, 1]] (* A289167 *)
CROSSREFS
Sequence in context: A319241 A310186 A363022 * A289114 A289027 A027704
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jun 29 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 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)