Problem of the Week- Week 5 of COMC
Can anyone please tell me if my solution is correct.
So, I divide the equation by "$a_n$" in the numerator and denominator ($a_n$ cannot be zero).
I get: $a_{n+1} =$ 1 / (n + 1/(a_n))
Using this new equation, I find $a_{n + 1}$ in terms of $a_{n - 1}$, then $a_{n -2}$ and so on. I see the pattern is
$a_{n + 1} =$ 1 / (sum of numbers k to n + (1 / a_k))
I substitute $n + 1 = 1996$, $n = 1995$, $k = 2$, and solve for $a_2$.
Then I get $a_{1996}$ is $\frac{1}{1991011}$