$$\sum_{n=1}^{\infty}\frac{1}{1-\sqrt{n^{2}+5n}}$$
in order to simplify the expression I rationalised the denominator and got :
$$\sum_{n=1}^{\infty}\frac{1+\sqrt{n^{2}+5n}}{1-{n^{2}-5n}}$$
This is where I stuck...
I can't use any of the convergence tests because the series itself is not positive. How can I determine if the series is convergent or divergent?
Your series converges if and only if the series$$\sum_{n=1}^\infty\frac1{\sqrt{n^2+5n}-1}$$(which is your series times $-1$) converges, and this series happens to be a series of positive numbers. Furthermore,$$\lim_{n\to\infty}\frac{\frac1{\sqrt{n^2+5n}-1}}{\frac1n}=1.$$Therefore, your series diverges.