How can I find out whether $\sum_{k=1}^{\infty}{\frac{k+1}{2^k}}$ converges? I have split it into
$$ \sum_{k=1}^{\infty}{\frac{k+1}{2^k}} = \sum_{k=1}^{\infty}{\frac{k}{2^k}} + \sum_{k=1}^{\infty}{\frac{1}{2^k}}, $$
and applied the geometric series to the second part of the sum. But how do I deal with the first one to find the limit? I have found some similiar idea:
$$ 4= \sum_{k=1}^{\infty}{\frac{k}{2^{k-1}}} = \sum_{k=1}^{\infty}{\frac{2k}{2^k}}. $$
Is there a way to apply that idea for my case? How can I calculate the limit of / the convergence of $\sum_{k=1}^{\infty}{\frac{k}{2^k}}$?