I asked a similar question some days ago, but in a more general form that perhaps turned it in a too uninteresting question, so I'm asking it again in a more friendly form.
It is true that
$$\sum_{k=1}^{n-1} \frac{1}{k}\frac{1}{n-k} \sim \frac{\log{n}}{n} ?$$
I kind explained my intuition in the similar question that I linked above. Perhaps the only thing I tried so far was summation by parts, but it seems ineffective. I'm looking for a complete answer, but any kind of tips will be fairly welcome.
$$\sum_{k=1}^{n-1} \frac{1}{k}\frac{1}{n-k} = \frac{1}{n}\sum_{k=1}^{n-1} \left(\frac{1}{k}+\frac{1}{n-k}\right) = 2\frac{H_{n-1}}{n}$$
where, $\displaystyle H_{n} = \sum\limits_{k=1}^{n} \frac{1}{k}$ is the $n$-th Harmonic Number.
It is known that $H_n = \log n + \gamma +O(1/n)$.