Exercise Calculate $\displaystyle\sum_{n=0}^\infty n \Big( \frac{4}{5}\Big)^{n+1}$
This is what I have so far
$$\displaystyle\sum_{n=0}^\infty n \Big( \frac{4}{5} \Big)^{n+1} = \displaystyle\sum_{n=0}^\infty n \Big( \frac{4}{5} \Big)^n \cdot \Big( \frac{4}{5} \Big)^1 = \frac{4}{5} \displaystyle\sum_{n=0}^\infty n \Big( \frac{4}{5} \Big)^n$$
I know that the series converges to $16$ but I can't quite finish this. This series is so close to being geometric if it weren't for that pesky $n$ attached to it. You could argue that the constants here are $n$ but this $n$ is always changing, so it's not quite what we want. Any advice?
Expanding the suggestions given in the comment, By the power series expansion we have that, $$\frac{1}{1-x}=\sum_{k\ge 0}x^{k} , |x|<1$$ Differentiation on both sides, $$\frac{1}{(1-x)^{2}}=\sum_{k\ge 0}kx^{k-1}$$ $$\frac{1}{(1-x)^{2}}=\frac{1}{x}\sum_{k\ge 0}kx^{k}$$ Multiply by $x^{2}$ on both sides, $$\frac{x^2}{(1-x)^2}=\sum_{k\ge 0}kx^{k+1}$$ Now according to required question, $x=\frac{4}{5}$. So answer will be, $$\frac{(4/5)^2}{(1-4/5)^2}=\sum_{k\ge 0}k \left(\frac{4}{5}\right)^{k+1}$$ $$\frac{(4/5)^2}{(1-4/5)^2}=\frac{4^2}{1}=16$$