If $a_n=(a_{n-1}+a_{n-2})/2$ and $a_1, a_2$ are given, will this series converge? And if so, what is the limit?
By intuition I think it converges to $(a_1+2a_2)/3$ , but I am not able to prove it.
If $a_n=(a_{n-1}+a_{n-2})/2$ and $a_1, a_2$ are given, will this series converge? And if so, what is the limit?
By intuition I think it converges to $(a_1+2a_2)/3$ , but I am not able to prove it.
Copyright © 2021 JogjaFile Inc.
We have $$2a_n-a_{n-1}-a_{n-2}=0$$
Using Recurrence Relation formula , $$a_n=A+B\left(-\frac12\right)^n$$