I faced this question where I was asked to find a summation formulae for $n$ terms of $2*2^0 + 3*2^1 + 4*2^2 + 5*2^3.......$ I did try generalizing it with $$a_n = (n + 1)2^{n - 1}; n2^{n - 2}$$ but to no avail then I tried subtracting $2*(\sum 2^n)$ increasing geometric series from the above series( $2*2^0 + 3*2^1 + 4*2^2 + 5*2^3.......$) and I actually got something like a general term of $n2^n$ of the series obtained from this subtraction but then it lead me nowhere and I also think there is no scope for telescoping this kind of series.
I think the problem here is now I am devoid of any idea of how to approach this problem.