An intermediate step in a problem I was working on was to find a closed form for the sum $$\sum_{i=1}^n i2^i.$$
WolframAlpha returns $2^{n+1}(n-1) + 2$, but didn't provide any step-by-step solution. I would usually provide progress that I made, but I wasn't sure how to proceed(although I solved the problem by bashing out small values).