Prove $$\sum _{k=2}^{n} k(k-1) {n \choose k}=n(n-1)2^{n-2}$$
Proof by induction: true for $n=2$. Assume true for $n$ and see if $n+1$ is true.
$$\sum _{k=2}^{n} k(k-1) {n \choose k}=n(n-1)2^{n-2}$$
Then
$$\sum _{k=2}^{n+1} k(k-1) {n+1 \choose k}=\sum _{k=2}^{n+1} k(k-1) ({n \choose k-1}+{n\choose k})$$
From here I can separate the summ into 2:
$$\sum _{k=2}^{n+1} k(k-1) {n \choose k-1}+\sum _{k=2}^{n+1} k(k-1) {n \choose k}$$, where the latter is simply $n(n-1)2^{n-2}$ by the induction hypothesis. I assumed ${n\choose n+1}=0$.
However, I'm not sure what to do with $$\sum _{k=2}^{n+1} k(k-1){n \choose k-1}$$
Consider the classical binomial identity under the form
$$\sum _{k=0}^{n} {n \choose k}x^k=(1+x)^{n}$$
derivate twice, then replace $x$ by 1.