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
Is it true that there are only finitely many powers of which have only the digits and when written in base ?
True ↔ {n | n.isPowerOfTwo ∧ Nat.digits 3 n ⊆ [0, 1]}.FiniteOpenStatement only, no proof