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!)
A289075 Positions of 0 in A289074; complement of A289076. 3
1, 2, 4, 6, 7, 9, 10, 11, 14, 15, 17, 18, 22, 23, 24, 27, 28, 30, 34, 35, 36, 37, 39, 42, 43, 44, 47, 52, 53, 54, 55, 57, 58, 61, 65, 66, 67, 68, 70, 73, 74, 79, 80, 81, 82, 84, 85, 88, 89, 91, 94, 95, 99, 100, 101, 102, 104, 105, 108, 112, 113, 114, 120 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: a(n)/n -> 1.94..., and if m denotes this number, then -1 < m - a(n)/n < -1 + m 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: A287379 A285954 A342778 * A111094 A064427 A289243
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 20 14:40 EDT 2024. Contains 374447 sequences. (Running on oeis4.)