I want to find an analytical expression for:
$\frac{1}{n}\left[1+2\sum_{k=1}^{n-1}\frac{1}{\sqrt{\frac{n}{n-k}}}\right]$
I know that the result is independent of $n$ when $n$ is large, because I have used MATLAB for many different values of $n$, and the answer always comes out as 4/3, but I am thus far unable to rearrange or re-express this summation to be able to show this analytically.
Any suggestion would be much appreciated. This is not for any kind of assessed work.
Hint :
You can rewrite $\displaystyle\frac{1}{n}\sum_{k=1}^{n-1} \frac{1}{\sqrt{\frac{n}{n-k}}}$ as $$ \frac{1}{n} \sum_{k=1}^{n-1} \sqrt{1-\frac{k}{n}} $$ and then use Riemann sum for an appropriate function.