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!)
A289008 Positions of 0 in A289007; complement of A289009. 4
1, 2, 4, 5, 8, 9, 11, 14, 15, 17, 18, 20, 23, 24, 26, 27, 29, 30, 34, 37, 38, 40, 41, 43, 44, 47, 48, 51, 55, 58, 59, 61, 62, 64, 65, 68, 69, 71, 74, 75, 77, 82, 86, 89, 90, 92, 93, 95, 96, 99, 100, 102, 105, 106, 108, 109, 111, 114, 115, 117, 118, 122, 127 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: a(n)/n -> 2.37..., and if m denotes this number, then 0 < m - a(n)/n < 2 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" -> "001", "10" -> "011"}]
TableForm[Table[w[n], {n, 0, 10}]]
st = ToCharacterCode[w[z]] - 48 (* A289007 *)
Flatten[Position[st, 0]] (* A289008 *)
Flatten[Position[st, 1]] (* A289009 *)
CROSSREFS
Sequence in context: A118179 A096603 A084464 * A080148 A241572 A032787
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jun 26 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 March 28 05:39 EDT 2024. Contains 371235 sequences. (Running on oeis4.)