The equation only came from my observation via brute force, graph, and Wolfram|Alpha, but I do not know where it exactly came from, except that I noticed in my attempts to prove this that it resembles the Taylor Series of $\ln(x)$ centered at $1$.
$$\ln{x} = \sum_{k=1}^\infty\frac1k\left(\frac{x-1}{x}\right)^k,\ \forall x>\frac12 $$
Thank you!
Let $$f(y)=\sum_{k=1}^\infty \frac{y^k}k,\ |y|<1$$ Then $f(0) = 0$ and $$f'(y)=\sum_{k=1}^\infty y^{k-1}=\frac1{1-y}$$ so that $$f(y)=\int_0^y\frac{\mathrm{d}x}{1-x}=-\ln(1-y)$$ Now if $\ln{x}=-\ln(1-y)$, then $x=\frac1{1-y}$ or $y=\frac{x-1}{x}$. This gives your formula, vaild when $$\left|\frac{x-1}{x}\right|<1,$$ that is, when $x>\frac12$.