I want to find the limit of $$\lim_{n\to\infty}\frac{((2n)!)^k}{(2nk+k-1)!}$$ for an arbitrary integer $k$. I have done several simulations for $k=5$ or $k=3$, the limit is zero in these cases.
I have tried to proof this, but the $k-th$ power gives me a headache. Is there any way to show this rigorously?
For $k=1$ we have
$$\lim_{n\to\infty}\frac{((2n)!)^k}{(2nk+k-1)!}=\lim_{n\to\infty}\frac{(2n)!}{(2n)!}=1$$
and for $k\ge 2$ by ratio test we have
$$\frac{((2n+2)!)^k}{((2n+2)k+k-1)!}\frac{(2nk+k-1)!}{((2n)!)^k}=\frac{(2n+2)^k(2n+1)^k}{(2nk+3k-1)\ldots(2nk+k)}<$$
$$<\frac{(2n+2)^{2k}}{(2nk+k)^{2k}}\to k^{-2k}<1$$
therefore
$$\lim_{n\to\infty}\frac{((2n)!)^k}{(2nk+k-1)!}=0$$