How to show that $\sum_{n=1}^\infty \frac{1}{n\left(1+\frac{1}{2}+...\frac{1}{n}\right)}$ diverges?
I used Ratio test for this problem and this is the result: $$\lim_{n\to\infty} \left(1+\frac{1}{n}\right)\left(1-\frac{1}{(n+1)+\frac{(n+1)}{2}+...+1}\right)= 1$$ Then I thought using abel or dirichlet test. But I couldn't solve it.
Your sum is
$$\sum_{n=1}^\infty \frac{1}{n H_n},$$
where $H_n = \sum_{k=1}^n \frac{1}{k}$ is the nth harmonic number.
Since $1/x > 1/(k+1)$ for $x \in [k,k+1]$,
$$\ln n = \int_1^n \frac{1}{x} \,dx \geq \sum_{n=2}^{n+1} \frac{1}{k} = H_{n+1} - 1 > H_n - 1.$$
Now use the comparison test.