The problem is, let $\{a_n\}$ be defined recursively with $a_0 = a_1 = 1$ and
$$a_{n+2} = \frac{2n-1}{(n+1)(n+2)} a_n$$
Show $\sum_{n \geq 0} a_nx^n$ converges for all $x$. The following is my approach.
Clearly $$\lim \left|\frac{a_{n+2}}{a_n}\right| = 0$$
and so by the ratio test for any arbitrary but fixed non-zero $x \in \mathbb{R}$
$$\sum_{n \ \text{odd}}^{} a_nx^n \ \text{and} \ \sum_{n \ \text{even}}^{} a_nx^n$$
both converge (the zero case is trivial). Hence we can simply add up the two series to see $\sum_{n \geq 0} a_nx^n$ converges.
My question is, is this formally valid? We're rearranging an infinite series.