Can we express in terms of known constants the sum:
$$\mathcal{S}=\sum_{n=1}^{\infty} \frac{\log (n+1)-\log n}{n}$$
First of all it converges , but not matter what I try or whatever technic I am about to apply it fails. In the mean time if we split it apart (let us take the partial sums) then:
$$\sum_{n=1}^{N} \frac{\log (n+1) - \log n}{n}= \sum_{n=1}^{N} \frac{\log (n+1)}{n} - \sum_{n=1}^{N} \frac{\log n}{n}$$
The last sum at the RHS does resemble a zeta function derivative taken at $1$. Of course zeta function diverges at $1$ but its PV exists, namely $\mathcal{P}(\zeta(1))=\gamma$. Maybe we have a PV for the derivative also? The other sum at the RHS is nearly the last sum at the right.
This is as much as I have noticed in this sum. Any help?
Addendum: I was trying to evaluate the integral:
$$\mathcal{J}=\int_0^1 \frac{(1-x) \log (1-x)}{x \log x} \, {\rm d}x$$
This is what I got.
\begin{align*} \int_{0}^{1}\frac{(1-x) \log(1-x)}{x \log x} &=-\int_{0}^{1} \frac{1-x}{x \log x} \sum_{n=1}^{\infty} \frac{x^n}{n} \, {\rm d}x \\ &= -\sum_{n=1}^{\infty}\frac{1}{n} \int_{0}^{1}\frac{x^{n-1} (1-x)}{\log x} \, {\rm d}x\\ &=\sum_{n=1}^{\infty} \frac{1}{n} \int_0^1 \frac{x^n-x^{n-1}}{\log x} \, {\rm d}x \\ &\overset{(*)}{=} \sum_{n=1}^{\infty} \frac{\log(n+1) -\log n}{n} \\ &= ? \end{align*}
$(*)$ since it is quite easy to see that:
$$\int_{0}^{1}\frac{x^a-x^{a-1}}{\log x} \, {\rm d}x = \log (a+1) - \log a , \; a \geq 1$$
due to DUTIES.
Maybe someone else can tackle the integral in a different manner?