let $$a_n = \frac{n^2+10}{10^4}a_{n-1}, \space a_1=99$$ Prove (or disprove) that $a_i = a_j \implies i = j$
My proof:
The above sequence is non-monotonic: $\frac {a_n}{a_{n-1}} > 1$ when $n^2 > 9900$. Therefore the least element will be $a_{99}$. Since a difinite minimum element exists, it is possible that if $a_i = a_j$, then $i=j$ exists such that $i<99, j>99$.
This proof is not only weak but also wrong: my book says that this property is true. Please help me in proving so.
Hint: If $a_i = a_j$ where WLOG $i < j$, then $$1 = \dfrac{a_j}{a_i} = \prod_{n = i+1}^{j}\dfrac{a_n}{a_{n-1}} = \prod_{n = i+1}^{j}\dfrac{n^2+10}{10^4} = \dfrac{1}{10^{4(j-i)}}\prod_{n = i+1}^{j}(n^2+10)$$ This means that we need $$\prod_{n = i+1}^{j}(n^2+10) = 10^{4(j-i)}.$$ Now, for what values of $i,j$ can the above product be a power of $10$, let alone $10^{4(j-i)}$?