How would I go about evaluating the following series: $$\sum_{n=1}^\infty \frac{1}{F_{4n}}$$
Where $F_1=1$, $F_2=1$ and $F_n=F_{n-1}+F_{n-2}$ for $n \ge 3$
Not sure how to go about this except maybe by using the close form for the nth fibonacci number, but that seems like way too much arithmetic. Any ideas?
I do not know if there is a closed form formula but you can have a good approximation of it writing $$S=\sum_{n=1}^\infty \frac{1}{F_{4n}}=\sum_{n=1}^p \frac{1}{F_{4n}}+\sum_{n=p+1}^\infty \frac{1}{F_{4n}}$$ and use, after some $p$, $F_k\sim \frac{\phi^k}{\sqrt 5}$ (Binet formula). This means $$S_p=\sum_{n=1}^p \frac{1}{F_{4n}}+\sqrt{5}\frac{ \phi ^{-4 p}}{\phi ^4-1}$$ which converges very fast as shown below $$\left( \begin{array}{cc} 1 & 0.389061423334175 \\ 2 & 0.389082999708164 \\ 3 & 0.389083066686468 \\ 4 & 0.389083066894475 \\ 5 & 0.389083066895121 \\ 6 & 0.389083066895123 \end{array} \right)$$