Is there a way to re-write $\sum_{n=1}^{\infty}{\left(\sum_{k=1}^{n}{\frac{1}{k}}\right)}z^n$
I was thinking that I could use the cauchy product, but therefore I have to achieve this:$$\left(\sum_{n=0}^{\infty}{a_n}\right)\cdot \left(\sum_{n=0}^{\infty}{b_n}\right)$$ Any ideas?
Interchange order (valid inside radius of convergence) and get $$ \sum_{n=1}^\infty\left(\sum_{k=1}^n\frac1k\right) z^n =\sum_{k=1}^\infty\frac1k\sum_{n=k}^\infty z^n $$ which allows you to calculate the sum for sufficiently small $\lvert z\rvert$.
To find the radius of convergence, recall $\sum_{k=1}^n\frac1k\sim\log n$ and use Cauchy-Hadamard or similar.