For $\displaystyle\sum_{n=1}^{\infty} \frac{n^43^n}{n!}$ we use the ratio test. By $\lim_{n\to\infty}$ my end result is that it goes to $0$ and is convergent.
I do not know how to prove it is absolutely convergent.
For $\displaystyle\sum_{n=1}^{\infty} \frac{n^43^n}{n!}$ we use the ratio test. By $\lim_{n\to\infty}$ my end result is that it goes to $0$ and is convergent.
I do not know how to prove it is absolutely convergent.
On
The Ratio Test proves absolute convergence. There is no situation where the Ratio Test proves convergence, but not absolute convergence.
On
As the series is positive it suffices to show that the series itself converges.
$$\sum_{n=0}^{\infty} \frac{n^43^n}{n!} = \\ \sum_{n=0}^{\infty} \frac{(3(n^{\frac{4}{n}}))^n}{n!} \leq \sum_{n=0}^{\infty} \frac{(27)^n}{n!} = e^{27} $$
[Because $n^{\frac{1}{n}}≤\sqrt{3} $] for all $n \in \mathbb N $.
So, we can see that the series is convergent and also absolutely.
What about the ratio test? One has \begin{align*} \limsup_{n\rightarrow\infty}\left|\frac{a_{n+1}}{a_{n}}\right| & = \limsup_{n\rightarrow\infty}\frac{(n+1)^{4}3^{n+1}}{(n+1)!}\times\frac{n!}{n^{4}3^{n}}\\\\ & = \limsup_{n\rightarrow\infty}\frac{3(n+1)^{3}}{n^{4}}\\\ & = \limsup_{n\rightarrow\infty}\frac{3}{n}\times\left(\frac{n+1}{n}\right)^{3}\\\\ & = \limsup_{n\rightarrow\infty}\frac{3}{n}\times\left(1 + \frac{1}{n}\right)^{3} = 0 < 1 \end{align*}
Consequently, the given series converges according to the ratio test.
Hopefully this helps.