Compute the value of the following double sum:
$$\sum_{\mu=1}^n\sum_{\upsilon=\mu+1}^n\frac{\mu^2}{\upsilon(2\upsilon-1)}$$
I started by simply trying to compute the value of the inner sum:
$$\sum_{\upsilon=\mu+1}^n\frac{\mu^2}{\upsilon(2\upsilon-1)}$$
treating $\mu$ as a generic constant. I can pull it out and do partial fraction decomposition to see if that helps:
$$\mu^2\sum_{\upsilon=\mu+1}^n\left[\frac{2}{2\upsilon-1}-\frac{1}{\upsilon}\right]$$
But this doesn't really seem to get me very far. I feel pretty stuck at this point. How would you evaluate this sum?