I need to find if this series converges or diverges:
$$\sum_{n=1}^\infty \log\left(1+{1\over(n\sqrt{n})}\right)$$
I'm taking calculus III, so I'm allowed to use these test: nth root test, ratio test, nth term test, limit comparison test, direct comparison test, alternating series test.
Alright so I use this $0<ln(1+{1\over(n\sqrt{n}})< 1/(n\sqrt n)$ and then I compare using Direct Comparison Test. Which gives us that the series converges since the $\sum_{n=1}^\infty1/(n\sqrt n)$ is a geometric p-series with p>1.