Test the convergence of the series $$1+\frac{2^2}{3^2}+\frac{2^2.4^2}{3^2.5^2}+\frac{2^2.4^2.6^2}{3^2.5^2.7^2}+\cdots$$
I tried solving this problem using Gauss's Test which says,
If $\sum u_n$ is a series of positive real numbers, such that, $\frac{u_n}{u_{n+1}}=1+\frac{a}{n}+\frac{b_n}{n^p},$ where, $p>1$ and $b_n$ is a bounded sequence,then, the series converge if $a>1$, else if $a\leq 1$ the series diverge.
So, the series given here, is $1+\frac{2^2}{3^2}+\frac{2^2.4^2}{3^2.5^2}+\frac{2^2.4^2.6^2}{3^2.5^2.7^2}+\cdots$. Ignoring the first term of the series, we consider $\sum u_n$ where, $u_n=\frac{2^2.4^2.6^2...(2n)^2}{3^2.5^2.7^2.(2n+1)^2},\forall n\in\Bbb N.$
Then we have, $u_{n+1}=\frac{2^2.4^2.6^2...(2n+2)^2}{3^2.5^2.7^2.(2n+3)^2}.$
We note, that $\lim\frac{u_n}{u_{n+1}}=\lim\frac{(2n+3)^2}{(2n+2)^2}=1+\frac 1{n+1}+\frac{\frac 14}{(n+1)^2}.$ From Gauss's Test, we observe, here $p=2\gt 1$ and $b_n=\frac 14$ is a constant and hence a bounded sequence. Also, $a=1,$ due to which the given series is divergent.
I hope that my answer is correct.
However, I don't seem to have an explanation for why I could apply Gauss's Test. This is because, Gauss's Test, say, that $\frac{u_n}{u_{n+1}}$ should be of the following form :$$1+\frac{a}{\color{red}{n}}+\frac{b_n}{\color{red}{n^p}}.$$
But in my solution, $\frac{u_n}{u_{n+1}}$ came out to be of the form :$$1+\frac{a}{\color{green}{n+1}}+\frac{b_n}{\color{green}{(n+1)^p}},$$ (,where $p=2,b_n=\frac 14, a=1$). But then the denominators were of the form $(n+1)$ and not $n$ as was "described" in the test. So, does this create any problem with my solution ? If not, then why it does not matter ?
It's just shifting of indices.
Define $b_1=1$, and $b_n= u_{n-1}$ for all $n\ge 2$.
Consider the series of positive nos. $\sum_{n=1}^\infty b_n$.
By Gauss' law, for $n\ge 2$, $\frac{b_n}{b_{n+1}}=\frac{u_{n-1}}{u_n}=1+1/n+(1/4)n^{-p}\implies \sum_{n=1}^\infty b_n$ diverges.
This implies that $\sum_{n=1}^\infty b_{n+1}$ diverges. $\sum_{n=1}^\infty b_{n+1}=\sum_{n=1}^\infty u_n$ diverges.