Suppose $a_{n}$ is a sequence of real numbers then does $a_{n+1} = \frac{4}{a_{n}} + \frac{a_{n}}{2}$ converge?
I can find to where it converges, by setting $\lim a_{n+1} = a_{n} =x$ and then solving for $x$, but I don't know how to prove it's convergence.
A.M - G.M gives $$\frac{4}{a_{n}}+ \frac{a_{n}}{2} \geq 2 \cdot \sqrt{2}$$ but that doesn't seem to help :(