$$\frac1{(1-x)^3} = \sum_{n=0}^\infty \binom{n+2}2x^n$$
I am not sure how to begin.
$$\begin{aligned}\frac1{1-x}&= \sum_{n=0}^{\infty} x^n\\\frac1{(1-x)^2}&=\sum_{n=0}^{\infty} nx^{n-1}\end{aligned}$$
Then you would get:
$$\frac{1}{(1-x)^3} = \sum_{n=0}^{\infty} nx^{2n - 1}$$
Which is nowhere near the same...?
Note that, indeed, $\dfrac 1 {1-x} = \sum \limits _{n=0} ^\infty x^n$. As you tried to do, let us differentiate this twice. The first time you get
$$\frac 1 {(1-x)^2} = \sum \limits _{n=1} ^\infty n x^{n-1}$$
(note that the sum starts from $1$ now, not from $0$). Differentiating once more, you get
$$\frac 2 {(1-x)^3} = \sum \limits _{n=2} ^\infty n(n-1) x^{n-2}$$
and, if you change the summation variable according to $m = n-2$, you get
$$\frac 2 {(1-x)^3} = \sum \limits _{m=0} ^\infty (m+2)(m+1) x^m\;,$$
which is your desired result because
$$\binom {m+2} 2 = \frac {(m+2)!} {m! \ 2!} = \frac {(m+2)(m+1)} 2\;.$$