Find the generalized sum of $1+2(2)+3(2)^2+4(2^3)+...+n(2^{n-1})$
I rewrote the above sequence into: $\sum_{k=1}^{n} k(2^{k-1})$. The sequence looks like a hybrid of the summation $\sum_{k=1}^{n} k$ and the geometric series $\sum_{k=1}^{n} 2^{k-1}$. However, I'm blocked. I don't know how to precede in finding the generalized formula, if there is a simple one.