I need help to show that $\lim_{n\rightarrow\infty}{\displaystyle\sum_{i=1}^{n}{\frac{F_n}{2^n}}}=2$, where $F_n$ is the n-th number in the Fibonacci sequence.
I know how to prove this by putting that $A_n={\displaystyle\sum_{i=1}^{n}{\frac{F_n}{2^n}}}$ and than finding a closed form for $A_n$ (I can't remember how the closed form looks like bcs I did this problem 2 years ago). Now that I started to learn limits at school I wanted to know if it is possible to solve this problem in another way using some tricks with limits or something similar.
The series is convergent by the ratio test. Given: $$ S = \sum_{n=1}^{+\infty}\frac{F_n}{2^n}$$ we have: $$ S = \frac{1}{2}+\sum_{n=1}^{+\infty}\frac{F_{n+1}}{2^{n+1}}=\frac{1}{2}+\frac{S}{2}+\sum_{n=1}^{+\infty}\frac{F_{n-1}}{2^{n+1}}=\frac{1+S}{2}+\sum_{n=1}^{+\infty}\frac{F_n}{2^{n+2}}=\frac{1+S}{2}+\frac{S}{4}$$ from which $S=2$ follows.