I want to compute $$\lim_{n\to\infty}\sum_{k=1}^n \frac1{\sqrt{4n^2-k^2}}.$$
I found it on this question and the exercise appears to be from previous years of a Latvian competition.
I tried writing $\frac1{\sqrt{4n^2-k^2}}=((2n-k)(2n+k))^\frac{-1}2$ and wanted to continue with partial fractions but the square root is annoying. Also, I thought about $$\frac1{\sqrt{4n^2-k^2}}=\frac{\sqrt{4n^2+k^2}}{\sqrt{16n^4-k^4}}$$ but I don't think that this can help me.
Using Riemann sums:
$$\lim_{n\to\infty}\sum_{k=1}^n \frac1{\sqrt{4n^2-k^2}} =\lim_{n\to\infty}\frac1n\sum_{k=1}^n \frac1{\sqrt{4-\left(\frac kn\right)^2}} =\int_0^1 \frac1{\sqrt{4-x^2}} =\arcsin\left(\frac x2\right)\bigg\vert_0^1 =\frac\pi6. $$