I am trying to find a closed form expression for the series: $$ F(s) = \sum_{n>0} \frac{s^n}{n} \quad \text{for} \quad |s|<1$$
We know that we can define the harmonic number $ h_n = \sum_{i=0}^n f_i$ where $f_0 = 0, f_n = 1/n$ so i tried to use that;
$$ h_n = h_{n-1} + f_n $$
If we multiply both sides of the equation with $s^n$ and sum them both for n>1 we get:
$$\sum_{n>1} h_n s^n = s \sum_{n>1} h_{n-1}s^{n-1} + \sum_{n>1} s^n f_n = s \sum_{n>0} h_{n}s^{n} + \sum_{n>0} \frac{s^n}{n}$$
If we define: $ G(s) = \sum_{n>0} h_n s^n $ we can rewrite this as:
$$G(s) (1-s) = F(s) \rightarrow G(s) = \frac{F(s)}{1-s} $$.
This is where i get stuck, I don't know how I should keep going to find a closed form. If anyone have tips, of can find mistakes in any of my steps any help or guidance would be appreciated.
Hint, consider integrating a certain function that you know has a power series looking like the derivative of what you want. Think about the function $$1/(1-x)$$