I'm guessing this is a duplicate but I don't understand the answers to this question (which is very similar to mine). We have only gone over the nth term test and the ratio test in my class so far, so I am assuming I should be able to solve this problem with one of those.
So I tried the nth term test:
$\lim_{n \to \infty} {6 \over n(n+3)} = 0$
Which means that test is inconclusive
Now the ratio test:
$\begin{align} \lim_{n \to \infty}\left|{6 \over (n+1)(n+4)} \cdot {n(n+3) \over 6}\right| \\ & = \lim_{n \to \infty}\left|{n^2 + 3 \over n^2 + 5n +5}\right| \\ & = 1 \end{align}$
Which is also inconclusive? This is where I am stuck, and I also don't know how to sum that series if it is convergent since when I write the first few terms out I can't seem to find a pattern like I usually do in an infinite series.
$6[\frac 1 4 + \frac 1 {10} + \frac 1 {18} + \frac 1 {28} + ... ]$
a = ? r = ?
I probably messed the tests up somehow?
You have directly $$ \frac{6}{n\left(n+3\right)} \underset{+\infty)}{\sim}\frac{6}{n^2} $$ The series $\displaystyle \sum_{n \geq 1}\frac{1}{n^2}$ converges, so as your series. To find the sum, can you find $\alpha$ and $\beta$ such as $$ \frac{1}{n\left(n+3\right)}=\frac{\alpha}{n}+\frac{\beta}{n+3} \ \ \ ? $$ And then calculate $$ S_n=\sum_{k=1}^{n}\frac{6}{k\left(k+3\right)} $$
Careful, your sum does not exist for $n=0$.