$$\sum_{n=1}^\infty \left(1+\frac{1}{2}+\dots+\frac{1}{n}\right)x^n$$
I think we can write it in this form also: $\sum_{n=1}^\infty \left(\sum_{k=1}^{n}\frac{1}{k}\right)x^n$
I tried the ratio test: $$\lim_{n\to\infty} \left|\frac{\left(\sum_{k=1}^{n+1}\frac{1}{k}\right)x^{n+1}}{\left(\sum_{k=1}^{n}\frac{1}{k}\right)x^{n}}\right|$$
Here, I don't know what to do with those summations, because they're both infinity.