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!)
A289243 Positions of 0 in A289242; complement of A289244. 3
1, 2, 4, 6, 7, 9, 10, 12, 13, 14, 15, 17, 19, 20, 21, 22, 24, 26, 27, 29, 30, 31, 32, 34, 35, 36, 38, 40, 41, 43, 44, 46, 47, 48, 49, 51, 52, 53, 55, 57, 58, 59, 60, 62, 64, 65, 67, 68, 70, 71, 72, 73, 75, 77, 78, 79, 80, 82, 84, 85, 86, 87, 89, 91, 92, 94 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: a(n)/n -> sqrt(2), and -1 < sqrt(2) - a(n)/n < = -1 + sqrt(2) 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" -> "100", "10" -> "100"}]
TableForm[Table[w[n], {n, 0, 10}]]
st = ToCharacterCode[w[z]] - 48 (* A289242 *)
Flatten[Position[st, 0]] (* A289243 *)
Flatten[Position[st, 1]] (* A289244 *)
CROSSREFS
Sequence in context: A289075 A111094 A064427 * A183569 A248612 A247000
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jul 01 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 May 9 12:21 EDT 2024. Contains 372350 sequences. (Running on oeis4.)