All open problems
Source labels openChecked July 26, 2026

arXivCombinatorics

Digit $2$ in base $3$ representation of $2^n$

For n>8n > 8, 2n2^n is not the the sum of distinct powers of 33. Expressed here in terms of the base 33 digits of nn.

Mathematical statement

For n>8n > 8, 2n2^n is not the the sum of distinct powers of 33. Expressed here in terms of the base 33 digits of nn.

This conjecture is equivalent to the halting of a 1515-state 22-symbol Turing Machine.

TODO(lezeau): Formalize the Turing Machine version of this problem.

Source: Hardness of Busy Beaver Value BB(15): https://link.springer.com/chapter/10.1007/978-3-031-72621-7_9 This is also https://arxiv.org/abs/2107.12475.

Statement source: arXiv statement material

Statement terms: Source-specific

Source-specific terms. Therefore does not assert reuse rights beyond attributed display.

Statement artifacts, not proofs

These records expose exact Lean propositions and statement-only wrappers. Defining a proposition does not supply a proof of it. A placeholder-bearing target also contains no proof. Elaboration checks syntax and types; it does not certify that a formalization perfectly captures every nuance of the informal problem.

Pinned Lean formulation 1

CollatzLike

Canonical source
Complete statement target, proof intentionally absentLean 4
theorem CollatzLike (n : ) (hn : 8 < n) : 2  Nat.digits 3 (2^n) := by  sorry
Statement source
Formal Conjectures
Lean version
v4.27.0
Placeholder
Present; no proof artifact
Source evidence
Pinned source index
Fidelity review
Community formulation

References