I've been dealing with the following series for a while now, without real progress.
$$\sum_{n=1}^ \infty n^2 \cdot \left(\frac{2}{3}\right)^n$$
After using WolframAlpha, I know it converges to $30$, but I can't see how to calculate it by myself.
Any leads would be greatly appreciated!
Consider the function $f$ defined by $f(x)=\sum_{n=0}^\infty x^n=\frac1{1-x}$ (if $|x|<1$). Then$$f''(x)=\sum_{n=2}^\infty n(n-1)x^{n-2}=\frac1{x^2}\left(\sum_{n=2}^\infty n^2x^n-\sum_{n=2}^\infty nx^n\right).$$Can you take it from here?