I'm asked to find a simple asymptotical estimation of $\displaystyle \sum _{p=1}^n \sum _{q=1}^n \frac{p q}{p+q}$.
I rewrote the sum as $\displaystyle \sum _{k=2}^{2 n}\sum_{p+q=k}\frac{pq}{p+q}= \sum _{k=2}^{2 n} \sum _{p=1}^{k-1} \frac{p (k-p)}{k}$.
But it seems that $$\displaystyle \sum _{p=1}^n \sum _{q=1}^n \frac{p q}{p+q} \neq \sum _{k=2}^{2 n} \sum _{p=1}^{k-1} \frac{p (k-p)}{k}$$
What have I done wrong ?