I am studying the convergence of the following series: $\sum\limits_{n=1}^{\infty} \frac{(n!)^3 x^n}{n(3n)!}$.
I have proceeded as follows:
$$\begin{align*} \left|\frac{\frac{(n+1)!^3x^{n+1}}{(n+1)(3(n+1))!}}{\frac{(n!)^3 x^n}{n(3n)!}}\right|&=\left|\frac{(n+1)!^3x^{n+1}}{(n+1)(3(n+1))!}\cdot\frac{n(3n)!}{(n!)^3 x^n}\right|=\left|\frac{(n+1)^3\cdot x\cdot n}{(n+1)(3n+3)(3n+2)(3n+1)}\right|=\left|\frac{n^4\left(1+\frac{1}{n}\right)^3\cdot x}{27n^4\left(1+\frac{1}{n}\right)\left(1+\frac{1}{n}\right)\left(1+\frac{2}{3n}\right)\left(1+\frac{1}{3n}\right)}\right|\\ &=\left|\frac{\left(1+\frac{1}{n}\right)^3\cdot x}{27\left(1+\frac{1}{n}\right)\left(1+\frac{1}{n}\right)\left(1+\frac{2}{3n}\right)\left(1+\frac{1}{3n}\right)}\right|\xrightarrow[]{n\to\infty}\left|\frac{x}{27}\right|=\frac{|x|}{27} \end{align*}$$ so if $\frac{|x|}{27}<1\Leftrightarrow |x|<27\Leftrightarrow -27<x<27$ the series is absolutely convergent by the ratio test and if $\frac{|x|}{27}>1\Leftrightarrow |x|>27\Leftrightarrow x>27\text{ or }x<-27$ then the series diverges since it cannot be that $\lim\limits_{n\to\infty}a_n=0$ because in that case it should be $\lim\limits_{n\to\infty}|a_n|=0$, a contradiction.
If $x=27$ then $a_n=\frac{(n!)^3 (27)^n}{n(3n)!}$ so \begin{align*} n\left(\frac{a_n}{a_{n+1}}-1\right)&=n\left(\frac{(n!)^3 (27)^n}{n(3n)!}\cdot \frac{(n+1)(3n+3)!}{(n+1)!^3 (27)^{n+1}}-1\right)\\ &=n\left(\frac{(3n+1)(3n+2)(3n+3)}{27n(n+1)^2}-1\right)=n\left(\frac{27n^3(1+\frac{1}{3n})(1+\frac{2}{3n})(1+\frac{1}{n})}{27n^3(1+\frac{1}{n})^2}-1\right)\\ &=n\left(\frac{(1+\frac{1}{3n})(1+\frac{2}{3n})}{1+\frac{1}{n}}-1\right)=n\left(\frac{1+\frac{1}{n}+\frac{2}{9n^2}}{1+\frac{1}{n}}-1\right)\\ &=n\left(\frac{\frac{2}{9n^2}}{1+\frac{1}{n}}\right)\leq\frac{2}{9}<1\ \forall n\in\mathbb{N}^+ \end{align*} so the series is divergent by Raabe's test.
If $x=-27$ then $a_n=\frac{(n!)^3 (-27)^n}{n(3n)!}=(-1)^n\frac{(n!)^3 (27)^n}{n(3n)!}$ and I haven't been able to prove that it either converges or diverges in this case. Numerical inspection suggests that the series diverges, and I think the best way to prove this is to show that $\lim\limits_{n\to\infty}\frac{(n!)^3 (27)^n}{n(3n)!}\neq 0$ and I have tried to do so firstly by using the ratio test, which is inconclusive in this case, and then by rewriting $\frac{(n!)^3 (27)^n}{n(3n)!}\geq\frac{(n!)^3 (27)^n}{n[(1\cdot 2\cdot\ldots\cdot n)((n+1)\cdot (n+2)\cdot\ldots\cdot 2n)(2n+1)\cdot\ldots\cdot 3n]}$ and trying to prove that this expression is $\geq K$, where $K>1$, but I haven't been able to do so.
Thus, I would be grateful if someone would tell me how to prove that this limit does not converge to $0$. Thanks
NOTE: in the real analysis book I am reading Stirling's approximation for $n!$ is stated and proved three chapters after this problem, so I think one ought to be able to solve this without using it and I would like to know precisely how to do this.