We are given that $a_0$ = 1000, and $a_1$ = 3000, and that $\forall n \geq 2$, $a_n = \frac{a_{n-1} + a_{n-2}}{2}$. What is the value when $n$?
I've determined that, in the long run, it converges to ~2290.
So, there must be some equation that relates the values oto this convergent point as $n$ varies.
Any thoughts?
We have $$2a_n-a_{n-1}-a_{n-2}=0$$
Then use this, to find $$a_n=A+B\left(-\frac12\right)^n$$ where $A,B$ are arbitrary constants
Use the values of $a_0,a_1$ to find $A,B$