sum upto n terms where rth term is $r(r+1)2^r$.
I tried to make a telescoping series but failed.It seems like i have to subtract and add something from r(r+1) such that power of 2 also change.Is there a systematic approach?
sum upto n terms where rth term is $r(r+1)2^r$.
I tried to make a telescoping series but failed.It seems like i have to subtract and add something from r(r+1) such that power of 2 also change.Is there a systematic approach?
Hint:
$$S=\sum_{r=1}^n r(r+1)x^r$$
$$(1-x)S=2\sum_{r=1}^nrx^r-n(n+1)x^{n+1}\text{ as } r(r+1)-r(r-1)=2r$$
Again, if $$T=\sum_{r=1}^nrx^r$$
$$(1-x)T=?$$