We have a series
$$b_n=\sum_{n=1}^{\infty} \frac{(3n^3+1)^36^n}{3(n!)}$$
I assume to use positive ratio test $\frac{b_{n+1}}{b_n}$ to find if it's convergent.
$$ \begin{align} \frac{b_{n+1}}{b_n}&=\frac{(3n^3+2)^36^{n+1}}{3(n+1)!} \cdot \frac{3(n!)}{(3n^3+1)^36^n}\\ &=\frac{6(3n^3+2)^3}{(3n^3+1)^3(n+1)} \end{align} $$
What method do I then use to then to prove that it's sequence converges to limit 0?
$$\lim_{n \to \infty} \frac{b_{n+1}}{b_n} =\frac{6(3n^3+2)^3}{(3n^3+1)^3(n+1)} = \frac{6 (3+\frac 2n)^3}{(3+\frac 1n )^3 (n+1)} \to \frac{6 \cdot 27}{27(n+1)} =0$$
Hence, series converges.