I have reason(empirical calculations) to think the following statement is true:
For any $k \in \mathbb{N}$, there exist $s \in \mathbb{N}$ such that the expression
$$9s+3+2^{k}$$
is a power of $2$.
To me it seems like a silly statement, but I don't know how I would go about proving it. Any ideas, or references?
THank you.
The statement that $9s + 3 + 2^k$ is a power of $2$ for some $s\in\Bbb{N}$ is equivalent to saying $2^k + 3 \equiv 2^n \pmod 9$ for some $n\gt k$. Since the values of $2^k\bmod 9$ are the periodic sequence $1,2,4,8,7,5,1,2,4,8,7,5,\ldots$ consisting of all values which are not multiples of $3$, this is true.
For example, take $k = 5$. Then $2^k + 3 = 35 \equiv 8 \pmod 9$ and the next power of $2$ which is congruent to $8$ is $2^9 = 512$. So in this case $s = (512 - 35)/9 = 53$.