A user just posted a similar question (What is the summation of $\sum_{k=0}^{\infty}\frac{k}{2^k}$?) with $n$ instead of $n^2$, and this question got some original answers, so I would like to propose the question:
Find the sum $$\sum\limits_{n=1}^{\infty}\frac{n^2}{2^n}.$$
I am really interested to see what original answers are given to this question. There are number of different approaches, some I havent seen or though of before. Thus although the question may be unoriginal, some of the solutions are not. Thus it is inappropriate to close this question.
We know that $$\sum_{n\geq 0} r^n = \frac{1}{1-r}$$ Now, differentiate both sides: $$\sum_{n\geq 0} \left(r^{n}\right) = \left(\frac{1}{1-r}\right)'$$ $$\sum_{n\geq 0} nr^{n-1} = \frac{1}{(1-r)^2}$$ Differentiating again: $$\sum_{n\geq 0} (nr^{n-1})' = \left(\frac{1}{(1-r)^2}\right)'$$ $$\sum_{n\geq 0} n(n-1)r^{n-2} = \frac{2}{(1-r)^3}$$ $$\sum_{n\geq 0} n^2r^{n-2}-\sum_{n\geq 0} nr^{n-2} = \frac{2}{(1-r)^3}$$ $$\sum_{n\geq 0} n^2r^{n-2} =\sum_{n\geq 0} nr^{n-2}+ \frac{2}{(1-r)^3}$$ Now multiple both sides by $r^2$: $$\sum_{n\geq 0} n^2r^{n} =\sum_{n\geq 0} nr^{n}+ \frac{2r^2}{(1-r)^3}$$ $$\sum_{n\geq 0} n^2r^{n} =\frac{r}{(1-r)^2}+ \frac{2r^2}{(1-r)^3}$$