First of all, sorry if something similar to this has been posted before (it's my first time in this web). I need to calculate the limit as $n\rightarrow \infty$ for this:
$$\lim\limits_{n\to \infty} \sqrt [n]{\dfrac{(3n)!}{n!(2n+1)!}} $$
But I don't know which steps I need to follow in order to do it.
Thank you everyone in advance :)
Using Stirling's formula, $n!\approx n^ne^{-n}\sqrt{2\pi n}$ (I'll leave out the strict explanation of what $\approx$ means in this context), we have $$ \frac{(3n)!}{n!(2n)!}\approx \frac{(3n)^{3n}e^{-3n}\sqrt{6\pi n}}{n^ne^{-n}\sqrt{2\pi n}(2n)^{2n}e^{-2n}\sqrt{4\pi n}}=\frac{27^{n}}{4^{n}}\cdot \sqrt{\frac{3}{4n}}.$$ From this you should find that the limit is $\frac{27}{4}$.