Show that the following sum is divergent $$\sum_{n=1}^{\infty}\ln\left(1+\frac1n\right)$$
I thought to do this using Taylor series using the fact that $$ \ln\left(1+\frac1n\right)=\frac1n+O\left(\frac1{n^2}\right) $$ Which then makes it clear that $$ \sum_{n=1}^{\infty}\ln\left(1+\frac1n\right)\sim \sum_{n=1}^{\infty}\frac1n\longrightarrow \infty $$ But I feel like I overcomplicated the problem and would be interested to see some other solutions. Also, would taylor series be the way you would see that this diverges if you were not told?
Notice the following: $$\log\left(1+\frac{1}{n}\right)=\log\left(\frac{n+1}{n}\right)=\log(n+1)-\log(n)$$ Hence $$\sum_{k=1}^{n}\log\left(1+\frac{1}{k}\right)=\log(n+1) \to \infty$$