I'm very uncomfortable with factorials just because I haven't done many of them. But my basic understanding is if I start with (for example) $(n+1)!$ then this is equivalent to $(n+1)*(n)$ and if it were $(n-1)!$ then this is equivalent to $(n-1)*(n-2)*(n-3)...$
Is my understanding correct? If so did I solve this correctly using the ratio test?
$$\sum_{n=1}^{\infty}\frac{2^nn!}{(n+1)!}$$
So I did the following:
$$|\frac{2^{n+1}(n+1)!}{(n+2)!}*\frac{2^nn!}{(n+1)!}|$$
When I simplified this I got:
$$\frac{2(n+1)!}{(n+2)!}$$
And further...
$$\frac{2}{(n+2)!}$$
And then I took the limit of this and found it to be $0$
Is this correct?
Note that, since limit of the summand
$$ \lim_{n\to \infty} \frac{2^n n!}{(n+1)!}=\infty, $$
then the series diverges. See a related problem.