I'm trying to figure out a way to solve the value of this: $$\frac{1}{1\times 2}-\frac{1}{2\times 3}+\frac{1}{3\times 5}-\frac{1}{5\times 8}+\frac{1}{8\times 13}-\dots$$
The only thing I can come up with is a summation involving the $nth$ fibonacci term formula that uses $\phi$. Any other insights?
Note that $$\frac1{F_n}-\frac1{F_{n+1}}=\frac{F_{n+1}-F_n}{F_nF_{n+1}}=\frac{F_{n-1}}{F_nF_{n+1}}, $$ hence $$ \frac1{F_{n-1}F_n}-\frac1{F_nF_{n+1}}=\frac1{F_{n-1}F_{n+1}}$$ and your sum turns into $$\frac1{1\cdot 3}+\frac1{3\cdot 8}+\frac1{8\cdot 21}+\ldots$$ Playing with the first few partial sums, $\frac13,\frac 38, \frac8{21}$, it looks like the partial sum up to $\frac1{F_{n-1}F_{n+1}}$ equals $\frac{F_{n-1}}{F_{n+1}}$. Show by induction that this is inded the case and conclude that the limit is $\phi^2$.