Consider the following sequence of rational numbers, starting with \( A_ 0 = 0 \) and defined recursively as
An=2⌊An−1⌋−An−1+11.
Show that every non-negative rational number appears in this sequence exactly once.
The sequence starts off as 0,1,21,2,31,23,32,3,41,34,….
#Algebra
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Clarification : What is Rn?
Log in to reply
Ooops, it should have been An. Corrected.
numberphile just posted a video on this
Log in to reply
The sequence that is generated is the same, which is the one obtained through the Stern-Brocot tree. There is a pretty nice proof by continued fractions to demonstrate that this sequenece hits all the rationals exactly once.
However, it is not immediately apparent why the above recurrence relation should lead to the Stern-Brocot tree. The relationship between consecutive terms of the Stern-Brocot tree that do not have the same parents is not clear, whereas we have a very simple description in the above recurrence relation.
So yes, one possible way of approach, is to show that the above recurrence relation leads to the Stern-Brocot tree, and hence conclude that it hits each rational number exactly once.