[Math] Sum of reciprocals of Fibonacci numbers convergence

calculusconvergence-divergencefibonacci-numberssequences-and-series

I am trying to prove the convergence/divergence of the seriesĀ“
$$\sum_{i=1}^\infty \frac{1}{F_n} = 1+1+\frac{1}{2}+\frac{1}{3}+\frac{1}{5}+\frac{1}{8}+…$$
${F_n}$ being the Fibonacci sequence.
The Fibonacci sequence is defined without recursion by:
$${F_n}=\frac{\phi^n-(-\phi)^{-n}}{\sqrt{5}} \quad\land\quad\phi=\frac{1+\sqrt{5}}{2} $$
I have tried to prove its convergence with the Root Test and the Ratio Test because of the $n$ exponent but can't manage to do it because of the difference in the fraction.

Can anyone help me? Thank you

Best Answer

Since $$F_{n}=\frac{\phi^{n}-\left(-\phi\right)^{-n}}{\sqrt{5}}$$ we have $$F_{n}\sim\frac{\phi^{n}}{\sqrt{5}}$$ as $n\rightarrow\infty$ so $$\sum_{n\ge1}\frac{1}{F_{n}}\sim\sqrt{5}\sum_{n\ge1}\frac{1}{\phi^{n}}=\frac{\sqrt{5}}{\phi-1}.$$