I wanted to evaluate
$$ \sum_{n=1}^{\infty} \frac {2^{-n}}{n} $$
And noticed that for any base it has a pattern, so now I want to know how to evaluate
$$ \sum_{n=1}^{\infty} \frac {x^{-n}}{n} $$
I don't have any approach. The result is logarithmic. If any problems occur $\forall x$ then I want a solution for valid $x$ values.
One alternative way, that generalizes to a wide range of similar questions, is to differentiate with respect to $x$ under the sum: $$ f(x)=\sum_{n=1}^{\infty} \frac {x^{-n}}{n}\\ f'(x)=-\sum_{n=1}^{\infty}x^{-n-1} $$ which is just a geometric series, which can be evaluated, and subsequently integrated to retrieve $f(x)$. You'll need to fix the constant of integration, which can be set by what happens as $x\to\infty$.