For some positive integer $k \gg 1$, the largest bit index of $3^k$ is given by
$$m \equiv \lfloor k\log_2 3 \rfloor$$
The distance between $3^k$ and $2^m$ can be written as
$$ 3^k - 2^m \equiv a_k \cdot 2^m$$ where $0 \lt a_k \lt 1$.
My questions are:
- Is it true that $a_k \gtrsim 10^{-c}$, where $c$ is a positive constant. How do I prove, or disprove, this?
- If bullet 1 is true, how do I estimate the constant $c$?
As a side note, I have computed numerically for $k$ up to 10,000. It appears that the value of $a_k$ kept in a stable range in $(0, 1)$, and it could be as small as $\sim \mathcal{O}(10^{-6})$.