I need to find the limit of the sequence with a nth element:
$a_n=\sum\limits_{k=1}^{n} \frac{1}{\sqrt{2n^2+k^2}}$
I've seen similar problems that use determined integrals, but I have no idea how to apply them in this case, I would appreciate it if someone could help.