$$\lim _{n\to \infty }\frac{1}{n^3}\sum _{k=1}^{2n}\frac{k^2}{8}\arcsin \left(\frac{k}{2n}\right) =\: L$$
I kind of know how to solve a Riemann sum with $n$ terms. I create a division, usually $D_n=(0, \frac{1}{n},..., \frac{n}{n})$, with some intermediary points (usually $\epsilon_k = \frac{k}{n}$, with $k$ from $0$ to $n-1$ or from $1$ to $n$) and then I can say that the limit of the series is $\int _0^1 f(x)$, after $k/n = x$. However, how can i do that form $2n$ terms ? I thought about rewriting the limit as this $$L=\lim _{n\to \infty }\frac{1}{2n}\sum _{k=1}^{2n}\:\frac{1}{4}\left(\frac{k}{n}\right)^2\arcsin \left(\frac{k}{n}\cdot \frac{1}{2}\right)$$ and then form the function by $\frac{k}{n} = x$. The correct answer should be $\frac{\pi }{6}-\frac{2}{9}$.