Question: Suppose $a_k>0$ for $k\in\mathbb{N}$ and the series $\sum_{k=1}^{\infty} a_k$ converges. Prove that there exists a sequence $(\gamma_k)_{k=1}^{\infty}$ with $\gamma_k>0$ and $\gamma_k\to \infty$ when $n\to \infty$ such that $\sum_{k=1}^{\infty} \gamma_ka_k$ converges as well.
What did I do: I know that $\sqrt[n]{a_n}\to L$ when $n\to \infty$ for some $0\leq L\leq 1$ by the root test. If $0<L<1$, then we can choose $\gamma_n=\left(\frac{L+1}{2L}\right)^n$. By that, $\frac{L+1}{2L}>1$ and $\gamma_n\to \infty$ will be satisfied. Also, we will obtain that $\sqrt[n]{\gamma_na_n}\to \frac{L+1}{2}$ which is less than $1$. Therefore, everything will be fine. Also, if $L=0$, we can simply choose $\gamma_n=2^n$. However, I do not know what to do when $L=1$ because everything is in blur at this point. How can I continue?