The sequence $ \{a_n \} $ defined recursively as,
$ a_1 = 1, a_2 = 2 $ and $ a_ {n + 2} = \dfrac{1}{2} (a_n + a_ {n + 1}) $ for $ n> 3 $.
I tried and found that the limit of that series is given by $ \dfrac {2} {3} \cdot 2+ \dfrac {1} {3} $ but I don't know if that result is good.