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!)
A289114 Positions of 1 in A289112; complement of A289113. 3
3, 7, 10, 14, 16, 17, 20, 23, 24, 26, 27, 30, 32, 33, 36, 38, 41, 42, 45, 47, 48, 50, 51, 54, 56, 57, 59, 60, 63, 65, 68, 70, 71, 73, 74, 77, 78, 81, 83, 84, 86, 87, 90, 91, 94, 96, 97, 99, 100, 103, 107, 108, 111, 112, 115, 117, 118, 121, 123, 124, 126, 127 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(n)/n -> 1.87..., and if m denotes this number, then -2 < 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" -> "001"}]
TableForm[Table[w[n], {n, 0, 10}]]
st = ToCharacterCode[w[z]] - 48 (* A289112 *)
Flatten[Position[st, 0]] (* A289113 *)
Flatten[Position[st, 1]] (* A289114 *)
CROSSREFS
Sequence in context: A310186 A363022 A289167 * A289027 A027704 A061289
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 April 24 15:42 EDT 2024. Contains 371960 sequences. (Running on oeis4.)