A sequence is defined as follows: $$a_n=a_{n-1}+a_{n-2}\ \forall \ n\geq3\ ,\ n\in Z. $$
If $a_1=a$ and $a_2=b$, find $$S=\lim_{n\rightarrow\infty}\sum_{i=1}^{n}\frac{1}{a_{2i-1}a_{2i+1}}$$ in terms of a and b.
My Approach:
I first found the n-th term as $a_n=F_{n-1}a_2+F_{n-2}a_1$ where $F_i$ is the i-th term of the well-known Fibonacci sequence $1,1,2,3,5,8,13...$
I also noticed that by setting $a=b$ the resulting sum comes to $\frac{1}{a^{2}}\left(\frac{1}{F_1F_3}+\frac{1}{F_3F_5}+\frac{1}{F_5F_7}+...\right)$. And by this theorem,(https://link.springer.com/article/10.1186/s13662-016-0860-0) 
The final sum should be, $\frac{1}{a^{2}}*\frac{1}{F_2}=\frac{1}{a^{2}}$.
I also tried expanding the i-th term of $S$ but it did not simplify well.
Another result which may be of use is $\frac{1}{a_{2i-1}a_{2i+1}}=\frac{1}{a_{2i}}\left(\frac{1}{a_{2i-1}}-\frac{1}{a_{2i+1}}\right)$
A solution or any hint/insight on how to solve this problem will be much appreciated.
Thank you
Hint: prove by induction that $\sum_{i=1}^{n}\frac{1}{a_{2i-1}a_{2i+1}} = \frac{F_{2n}}{a(F_{2n-1} a+F_{2n}b)}$