18

Prove that for any finite sequence of decimal digits, there exists an $n$ such that the decimal expansion of $2^n$ begins with these digits.

1 Answers1

26

Take $\log_{10} (2^n) = n \log_{10} 2$, note that $\log_{10} 2$ is irrational, and use the equidistribution theorem (or prove what you want directly using the pigeonhole principle).

Yuval Filmus
  • 57,157
  • 13
    You don't need equidistribution; this follows from Dirichlet's approximation theorem (which is the reason the pigeonhole principle is named after Dirichlet): http://en.wikipedia.org/wiki/Dirichlet's_approximation_theorem – Qiaochu Yuan Dec 06 '10 at 16:35