Title says it all, really. I'm struggling to find the sum of the following equation.
$\sum_{k=2}^nk*(k-1)*{n \choose k}$
I believe I should simplify to $\sum_{k=2}^n[k^2{n \choose k}-k{n \choose k}]$, but I'm not sure where to go after that. I know from another question that $\sum_{k=0}^nk^2{n \choose k}=2^{n-1}(n^2+n)$, if that helps.
Any help is appreciated!