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!)
A289130 Positions of 1 in A289128; complement of A289129. 3
3, 6, 9, 10, 13, 15, 17, 20, 21, 23, 24, 26, 27, 30, 32, 34, 36, 38, 40, 42, 45, 46, 48, 49, 51, 52, 54, 55, 57, 58, 60, 61, 63, 64, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 98, 99, 101, 102, 104, 105, 107, 108, 110, 111, 113, 114, 116 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(n)/n -> 5/3..., and -4/3 < 5/3 - 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" -> "010"}]
TableForm[Table[w[n], {n, 0, 10}]]
st = ToCharacterCode[w[z]] - 48 (* A289128 *)
Flatten[Position[st, 0]] (* A289129 *)
Flatten[Position[st, 1]] (* A289130 *)
CROSSREFS
Sequence in context: A268328 A247575 A338626 * A188299 A187577 A348237
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 July 21 12:49 EDT 2024. Contains 374474 sequences. (Running on oeis4.)