I need to study the convergence of the series $\sum_{n=1}^{\infty}\frac{1^2*5^2*...*(4n-3)^2}{3^2*7^2*...*(4n-1)^2}$.
Now, I think we can do it by using the fact that if we have a series $\sum_{n=1}^{\infty}a_n$ and we can find $b_n$ so that $a_n<b_n$ then:
if $\sum_{n=1}^{\infty}b_n$ is convergent then $\sum_{n=1}^{\infty}a_n$ i convergent
or
if $\sum_{n=1}^{\infty}a_n$ is divergent then $\sum_{n=1}^{\infty}b_n$ is divergent
What I did so far is:
I said that $\frac{1}{3}<\frac{3}{5},\frac{5}{7}<\frac{7}{9},...,\frac{4n-3}{4n-1}<\frac{4n-1}{4n+1}$
and we get that
$\frac{1*3*...*(4n-3)}{3*7*...*(4n-1)}<\frac{3*7*...*(4n-1)}{5*9*...*(4n+1)}$
and if we multiply both sides with $\frac{1*3*...*(4n-3)}{3*7*...*(4n-1)}$
we get that $\frac{1^2*5^2*...*(4n-3)^2}{3^2*7^2*...*(4n-1)^2}<\frac{1}{4n-1}$ but that does not really help me.