Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A289076 Positions of 1 in A289074; complement of A289075. 3
3, 5, 8, 12, 13, 16, 19, 20, 21, 25, 26, 29, 31, 32, 33, 38, 40, 41, 45, 46, 48, 49, 50, 51, 56, 59, 60, 62, 63, 64, 69, 71, 72, 75, 76, 77, 78, 83, 86, 87, 90, 92, 93, 96, 97, 98, 103, 106, 107, 109, 110, 111, 115, 116, 117, 118, 119, 124, 127, 128, 131 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(n)/n -> 2.05..., and if m denotes this number, then -1 < m - a(n)/n < 0 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" -> "011", "10" -> "100"}]
TableForm[Table[w[n], {n, 0, 10}]]
st = ToCharacterCode[w[z]] - 48 (* A289074 *)
Flatten[Position[st, 0]] (* A289075 *)
Flatten[Position[st, 1]] (* A289076 *)
CROSSREFS
Sequence in context: A143814 A088971 A153400 * A372519 A342779 A100464
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jun 28 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 August 21 18:00 EDT 2024. Contains 375353 sequences. (Running on oeis4.)