can someone help me with this limit?
I don't know how to expand that factorial multiplication, so what I've done so far is substitute what given:
$$ \lim_{n\to\infty} \frac{n!\times(2n)!}{(3n)!}$$ $$ \lim_{n\to\infty} \frac{\infty\times\infty}{\infty}$$
And with this I can apply the Cauchy or L'Hôpital's theorem by deriving both sides of the fraction independently, but my problem also stars here because, I don't how to derive a factorial term.
Can someone help me please? Thanks
Let $a_n = \dfrac{n!(2n)!}{(3n)!}$. Then $$ \frac{a_{n+1}}{a_n} = \frac{(n+1)!(2n+2)!}{(3n+3)!}\frac{(3n)!}{n!(2n)!} = \frac{(n+1)(2n+2)(2n+1)}{(3n+3)(3n+2)(3n+1)} = \frac{4n^3+\cdots}{27n^3+\cdots} \to \frac{4}{27} < 1 $$ Therefore, $a_n \to 0$.