My attempt $$\sum_{r=0}^{n} r \times \frac nr \left[\binom {n-1}{r-1} \right]^2$$ $$=n\sum _{r=0}^{n} \left [\binom {n-1}{r-1}\right]^2$$
The square on the binomial coefficient is throwing me off, otherwise it would have been easier to proceed. I don’t know what to do with that square.
Edit: As pointed out in the comment, i managed to find out $$\sum_{r=0}^n (\binom nr )^2 = \binom {2n}{n}$$
But using this in the above expression isn’t giving me the right answer. Am I supposed to make a modification to the limits in the sigma function?