Find the radius of convergence of $\sum_{n=1}^\infty n!(2x-1)^n$
Now, by D'Alemberts Ratio test that implies (for convergence):
$\lim_{n\to\infty} \lvert \frac{(n+1)!(2x-1)(2x-1)^n}{n!(2x-1)^n} \rvert<1$
$\lim_{n\to\infty} \lvert (n+1)(2x-1)\rvert<1 $
$\lvert 2x-1\rvert<\lim_{n\to\infty} \lvert\frac{1}{(n+1)}\rvert$
$\lvert 2x-1\rvert < 0$
$\lvert 2x\rvert< 1$
$\frac{-1}{2}<x<\frac{1}{2}$
Therefore radius of convergence $(R) = \frac{1}{2}$
However upon inspection this answer is incorrect since for a value of $x = 0$, the sequence clearly diverges.
Can someone tell me where I have gone wrong?
Thanks a million!