[go: up one dir, main page]

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!)
A289113 Positions of 0 in A289112; complement of A289114. 3
1, 2, 4, 5, 6, 8, 9, 11, 12, 13, 15, 18, 19, 21, 22, 25, 28, 29, 31, 34, 35, 37, 39, 40, 43, 44, 46, 49, 52, 53, 55, 58, 61, 62, 64, 66, 67, 69, 72, 75, 76, 79, 80, 82, 85, 88, 89, 92, 93, 95, 98, 101, 102, 104, 105, 106, 109, 110, 113, 114, 116, 119, 120 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: a(n)/n -> 2.14..., and if m denotes this number, then 0 < a(n)/n < m - 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" -> "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: A047317 A288998 A289026 * A374638 A374767 A289166
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 30 00:57 EDT 2024. Contains 375520 sequences. (Running on oeis4.)