The recursive formula is
$t_n=\frac {t_{n-1}+t_{n-2}}2$
Changing $t_1$ and $t_2$ changes the number where the sequence converges as $n \to \infty$. With the help of everyone at StackExchange, I found that the relationship between $t_1$ and $t_2$ and where the series converges is
$\frac{t_1+2t_2}{3}$
However, how do I prove that that equation describes the relationship between $t_1$ and $t_2$ and where the series converges?
sidenote: if someone could explain here the first equation in the picture I uploaded comes from it would be much appreciated.
Let $a=t_1,\ b=t_2,$ then you're trying to show that $t_n$ approaches $(a+2b)/3$ as $n \to \infty.$ Note that the recursion $t_n=(t_{n-1}+t_{n-2})/2$ continues to hold when $t_n$ is replaced everywhere by $t_n-c$ where $c$ is any constant independent of $n.$ [One is subtracting $c$ from the left side and $(c/2+c/2)$ from the right side.] In this suppose we use $c=(a+2b)/3.$
So now we are looking at $u_n=t_n-(a+2b)/3$ and hoping that $u_n$ approaches zero as $n$ goes to infinity.
Note that $u_1=2(a-b)/3$ and $u_2=(b-a)/3,$ so that we have the nice relation that $u_2=(-1/2)\cdot u_1.$ We can now show this continues to be so for higher index values $n.$ That is, we claim in general that $$u_{n+1}=(-1/2)\cdot u_n \tag{1}$$ This is shown by "induction" meaning we show if it holds for a pair $n,n+1$ then it holds for the next pair $n+1,n+2.$ Now since it holds for the first pair, we have $u_{n+1}=(-1/2)\cdot u_n.$ To get $u_{n+2}$ we average $u_n$ and $u_{n+1}$: $$u_{n+2}=\frac{u_n+u_{n+1}}{2}=\frac{u_n+(-1/2)u_n}{2} =\frac{u_n}{4}.$$ And now, since $u_{n+1}=(-1/2)\cdot u_n,$ we see that indeed $u_{n+2}=(-1/2)\cdot u_{n+1}$
A look at $(1)$ shows that $t_n \to 0$ as $n \to \infty$ since we are repeatedly changing sign and dividing by 2 to get the next one. And that as already noted shows the sequence of $t_k$ approaches $(a+2b)/3.$