The $n$th term of a series is $$\ \frac{n}{\sqrt{n+1}}$$
Upon using the D' Almbert Ratio Test
I get $0$ as the limit implying convergence whereas the series seems divergent (each term greater than its respective term of the divergent series have $n$th term as $\sqrt n$)
Here's the working $\ \lim_{n\rightarrow \infty } \frac {u_{n+1}}{u_n}=\lim_{n\rightarrow \infty } \frac {(n+1)^{3/2}}{n(n+2)^{1/2}}=0$
Can somebody point out the error?