This is the following information that I've been given;
$$a_{1}=1,\, a_{2}=4,\, a_{n+2}=\frac{2a_{n+1}+a_{n}}{3}$$
I need to show that $|a_{m}-a_{n}|<\epsilon \,,\forall n\geq n_{0}, m>n$
I deconstructed the general sequence to the following $$|a_{m}-a_{m-1}|+|a_{m-1}-a_{m-2}|+...+|a_{n+2}-a_{n+1}|+|a_{n+1}-a_{n}|$$ The above method was what our tutor showed us when basically telling what we would need to know to solve this, although I'm having difficulty getting from that back to the inequality to show that this sequence is or isn't Cauchy.
Observe that your recursive relation implies $$ |a_{n+2}-a_{n+1}|= \frac 1{3}|a_{n+1}-a_{n}| $$ So the differences are decreasing geometrically with ratio $1/3$. That is, for $m\le n$ $$ S_{mn}=|a_m-a_{m-1}|+|a_{m-1}-a_{m-2}|+\dots |a_{n+1}-a_{n}|=(1+1/3+1/9+\dots +1/3^{n-m})|a_{n+1}-a_{n}|. $$ Now, given $\epsilon$ choose $n$ large such that $|a_{n+1}-a_{n}|<2\epsilon/3$ (this is possible because the sequence of the differences is geometric and decreasing to zero). Then we conclude $$ S_{mn}\le 2(1+1/3+1/9+\dots +1/3^{n-m})\epsilon/3\le \epsilon. $$ for all $m>n$ since $$ 1+1/3+1/9+\dots +1/3^{n-m}\le \sum_{i=0}^\infty 3^{-i}=3/2. $$ Finally, just observe that $$ |a_m-a_n|\le S_{mn} $$ by the triangle inequality.