SammyS said:
...
Try writing out the first part of the sequence. It increases very slowly, which is not a surprise, considering what you're asked to prove.
For what values of n is ##\ r_{n+1}>r_n \ ## ?
As I mentioned in Post #9 above:
I would have approached this problem somewhat differently. Look at how this sequence progresses.
r
2 & r
3: ## \ \lfloor \sqrt{2}\rfloor=\lfloor \sqrt{3}\rfloor=1 \ ## Therefore, r
2 = r
3 = 1 + r
1 = 2 .
r
2 and r
3 both refer to r
1, so they have the same value.
The smallest n for which r
n refers to r
2 is n = 4, a perfect square, in fact 2
2.
The smallest n for which r
n refers to r
3 is n = 9, in fact 3
2. But r
2 = r
3 there is no increase going from r
8 to r
9.
The smallest n for which r
n refers to r
4 is n = 4
2 = 16. Note that: r
4 = ... = r
15 = 4.
From here, there are a whole slew of n values for which the r
n refer back to these members of the sequence having value of 4. Starting with r
16 they all have a value of 5.
The smallest n for which r
n refers to r
16 is n = 16
2 = 256. ...
So, r
1 = 1
r
n increases to 2 when n goes to 2.
r
n increases to 3 when n goes to 4 = 2
2.
r
n increases to 4 when n goes to 16 = 4
2 = (2
2)
2.
r
n increases to 5 when n goes to 256 = 16
2 = ((2
2)
2)
2.
You can relate the value of r
n to the overall exponent on 2 for the value of n at which r
n is incremented. Perhaps induction may be used to prove that this relationship holds for each value of n and/or r
n .