Problem
This question is from the Singapore Math Olympiad 2017 Open Section.
The question goes like this :
Let $a_0=5$ and $a_na_{n+1} = a_n^2 + 1$ for all $n\geq0$. Determine $\left \lfloor{a_{1000}}\right \rfloor $.
- It can be deduced that $a_{n+1} = a_n + \frac{1}{a_n}$ and since $a_0 > 0 \implies a_n > 0$.
- Hence, $\frac{1}{a_n} > 0 \implies a_{n+1} > a_n$, implying that $a_n$ is an increasing function with respect to $n$.
- Moreover, since $a_{n+1} > a_n \implies \frac{1}{a_{n+1}}<\frac{1}{a_n} \implies (a_{n+1} - a_{n}) > (a_{n+2} - a_{n+1})$, implying that $a_n$ is increasing at a decreasing rate.
Attempt
Here are my attempts to find $\left \lfloor{a_{1000}}\right \rfloor$.
- Firstly, I tried to find an explicit functional equation for $a_n$. [Failed]
- Secondly, I tried to find left and right bound for $a_n$. and I got. $a_n < a_0 + \frac{n}{a+0}$ which is not helpful at all. [Failed]
- Using the computer as a last resort, I found the answer algorithmically : 45.
Question
- How can I solve this question without using any machine assistance.
- What method should I use and what should I look out for?