Erdős problem 406
Is it true that there are only finitely many powers of which have only the digits and when written in base ?
Sources
FormalConjectures/ErdosProblems/
406.lean
Retained formal statement
If we only allow the digits and then seems to be the largest such power of .
IsGreatest {n | n.isPowerOfTwo ∧ Nat.digits 3 n ⊆ [1, 2]} (2 ^ 15)OpenStatement only, no proof