Find the value of: $$\displaystyle \sum_{r=0}^{20}r(20-r)\dbinom{20}{r}^2$$
Attempt:
Using, $\dbinom{n}{r}= \dfrac n r \dbinom{n-1}{r-1}$, I get $400\sum_{r=0}^{20}\left(\dbinom {19} r \dbinom{19}{r-1}\right)$
What do I do next? I tried to use $\dbinom n r +\dbinom n {r-1}= \dbinom{n+1}{r}$ but that didn't help. Also, I know that the sum of square of binomial coefficients is $\dbinom {2n}{n}$ and the Vandermonde's identity is $\dbinom{n+m}{r}= \sum _{k=0}^r \dbinom m k \dbinom n {r-k}$.
Hint: Write the sum as $$\sum_{r=0}^{20}\left(r\binom{20}{r}\right)\cdot\left((20-r)\binom{20}{20-r}\right) = \sum_{r = 0}^{20}a_ra_{20-r},$$ where $a_r = r\binom{20}{r}.$ This is the coefficient of $x^{20}$ in the expansion of $$\left(\sum_{r=0}^{20}a_rx^r\right)^2.$$