So I've noticed that for larger values of $a$ the function below forms a bell curve shape whereas for lower values it diverges, I would like to find an approximation for the lowest value at which this is true: $$f_a(x)=\frac{(2x)!}{(x!)^a}$$
I have thought about using stirling's approximation: $$n!\approx\sqrt{2\pi n}\left(\frac ne\right)^n$$ which would give me: $$\frac{(2x)!}{(x!)^a}=\frac{\sqrt{4\pi x}\left(\frac{2x}{e}\right)^x}{\left(2\pi x\right)^{a/2}\left(\frac xe\right)^{ax}}=\sqrt{2}\left(2\pi x\right)^{1-a/2}\left(\frac xe\right)^{x(1-a)}2^x$$ $$=2^{x+(3-a)/2}\pi^{1-a/2}x^{x(1-a)+1-a/2}e^{-x(1-a)}$$ if we break this down we are really looking for the convergence of: $$x^{x(1-a)+1-a/2}e^{-x(1-a)}$$ Then my thoughts were that the $x^x$ term seems the most important term, so the answer would just be $a\ge1$ but I feel like this is not correct. Does anyone have any thoughts? Thanks