There's a bounded sequence $\{{a_n}\} $ s.t. $\lim\limits_{n \rightarrow \infty}(a_{2n} + 2a_n) = 0$. Try to prove $\lim\limits_{n \rightarrow \infty}a_n = 0$. (You must prove the existence of its limit before getting the exact value)
The above problem is located in the chapter about "limsup and liminf", so you may use their property while proving.
EDIT
By the way, I find it hard to do the exercises at the end of each section of my textbook though I DO UNDERSTAND almost everything in that section. So I'm eager to know some other books that can help me to solve problems like the one described above. That would be a great help, thanks!
Let $\alpha$ be a congestion point of $(a_n)_n$, i.e. there is a subsequence $(a_{n_k})_k$ that tends to $\alpha$, we are to show that $\alpha=0$. Now $$0 = \lim_{k\to\infty} (a_{2n_k}+2a_{n_k}) = \lim_{k\to\infty} a_{2n_k}+2\alpha$$ So, we got another congestion point by $\lim_k a_{2n_k} = -2\alpha$. This repeated means that all $(-2)^k\alpha$ numbers ($k\in\mathbb N$) are congestion points, so, because $(a_n)$ is bounded, $\alpha=0$ must be.
(Else, I tried to build a counterexample, and it is also possible if $a_n$ is not bounded.)