Here's the problem to be solved:
Show whether $\sum_{k=1}^{\infty} \frac{3^k+k^2}{4^k +1}$ converges or diverges
My attempt
$\sum_{k=1}^{\infty} \frac{3^k+k^2}{4^k +1} \leq \sum_{k=1}^{\infty} \frac{3^k+k^2}{4^k} = \sum_{k=1}^{\infty} (3/4)^k + \sum_{k=1}^{\infty} \frac{k^2}{4^k}$
The first term in the last equality converges, however, I'm struggling to show whether $\sum_{k=1}^{\infty} \frac{k^2}{4^k}$ converges or diverges. My hypothesis is that it converges, since $4^k$ is growing much faster than $k^2$, so I somehow must show that it's less than or equal to something else.
I'd be glad if you could share any tips. Thanks.