The geometric series $\sum_{k=0}^{\infty}2^{-k}$ converges to 2. Use Theorem 6.3.6 to show that the series $$\sum_{k=0}^{\infty}(k+1)2^{-k}$$ converges to 4.
Theorem 6.3.6 states: Let $\sum_{k=0}^{\infty}a_k$ and $\sum_{j=0}^{\infty}b_j$ be two absolutely convergent series. Then $$(\sum_{k=0}^{\infty}a_k)(\sum_{j=0}^{\infty}b_j)=\sum_{n=0}^{\infty}\sum_{k=0}^{n}a_kb_{n-k}$$ where the series on the right also converges absolutely. From reading other questions, it looks like this is called the Cauchy product.
It seems like a good first step to assume $2^{-k}$ will be playing the role of $a_k$ here. Then I am looking for something to play the role of $b_j$ such that $\sum_{j=0}^{\infty}b_j$ converges to 2 and such that $k+1$ emerges from the $b_{n-k}$ terms.
I'm thrown off by the inner sum. It seems like something along the lines of $$b_j=\frac{(b+1)!}{b!}$$ could lead to the $k+1$ emerging, but this would make $\sum b_j$ a divergent series.
Is my choice of $a_k$ reasonable? Is there a different way I should be thinking about $b_j$?
This is not a duplicate of How can I evaluate $\sum_{n=0}^\infty(n+1)x^n$? because this problem requires use of a theorem that is not used in the linked question.