I'm trying to prove this using induction $1*3+2*3^2+3*3^3 + \cdots + n*3^n = \dfrac{3}{4}(3^n(2n-1)+1)$
So far I have:
- Base case: true
- Induction step: $\dfrac{3}{4}(3^n(2n-1)+1)+(n+1)*3^{n+1}=\dfrac{3}{4}(3^{n+1}(2(n+1)-1)+1)$
here is where I get stuck on simplification of both left and right side so that they are equal $\dfrac{3}{4}(3^n(2n-1)+1)+3^{n+1}+3^{n+1}n=\dfrac{3}{4}(3^{n+1}(2(n+1)-1)+1)$
Thanks for your help!