Let $$a_n = \frac{1.3...(2n-1)}{2.4...(2n)}$$ It is required to discuss the convergence of the following series $$ \sum a_nx^n$$ where $ x \in \Bbb R$. My claim is this series converges absolutely for all values of $x$. First notice that
$$ |a_nx^n| =\frac{|x|^n}{2^{2n}n!} \le \frac{|x^n|}{n!}$$
Since $\sum \frac{|x^n|}{n!}$ converges for every $x$, by the comparison test,$\sum|a_nx^n|$ converges for every $x$. Hence $\sum a_nx^n$ converges absolutely for every $x$. Is there any mistake in my reasoning?