I'm interested in properties of the sequence given by (int k) :
$$ x^{2(2^k-1)}(x-1)= \ln2$$
$k = 1$: $x^2(x-1) = \ln2$ or $x^3-x^2 = \ln2$ :$x \approx 1.3737...$
$k=2$: $x^6(x - 1) = \ln2$ or $x^7 - x^6 = \ln2$ : $x\approx1.2175...$
$k=3$: $x^{14}(x-1) = \ln2$ or $x^{15} - x^{14} = \ln2$: $x\approx1.1284...$
Obviously this is asking for the base when certain consecutive powers differ by $\ln2$. Also apparent is how it approaches 1. Unfortunately, I'm not able to solve them generally. Might there be some recursive property from one element to the next. Or maybe some series representation.
Since $P_k(x)=x^{2(2^k-1)}(x-1)-\ln 2$ is a polynomial whose leading term is an odd power, there is at least a real solution to $P(x)=0$. That's because $\lim_{x\rightarrow-\infty} P(x)=-\infty$ and $\lim_{x\rightarrow+\infty} P(x)=+\infty$ and $P$ is continuous.
Next, note that if $P(x_k)=0$, and we now know that such an $x_k$ exists, then you can't expect a closed form for it. That's because there is no such formula for polynomials of degree above 4. It's the Abel-Rufini theorem.
Still, let's show that $x_k\rightarrow 1$.
First, notice that $$x_k^{2(2^k-1)}(x_k-1)=\ln 2$$ implies that $x_k>1$. Indeed, since the right-hand side is positive, so is the left-hand side. And since $2(2^{k-1}-1)$ is even, $x_k^{2(2^k-1)}>0$. So $x_k>1$.
We can now write $x_k=1+h_k$ with $h_k>0$. Now $$(1+h_{k+1})^{2(2^{k+1}-1)}h_{k+1}=\ln 2=(1+h_{k})^{2(2^{k}-1)}h_{k}$$ It's quite easy to see that it's necessary for $h_{k+1}\leq h_k$ (left as an exercise). So the sequence $\{h_k\}$ decreases and is positive. So it must be converge to a limit $h\geq 0$.
Letting $h_k$ converge to $h$ in $$\ln 2=(1+h_{k})^{2(2^{k}-1)}h_{k}\tag{1}$$ implies that $h=0$. So this proves that $x_k\rightarrow 1$.