Erdős problem 124
Let and be integers of gcd equal to such that Can all sufficiently large integers be written as a sum of the shape where and is divisible by and has only the digits when written in base ?
Sources
FormalConjectures/ErdosProblems/
124.lean
Retained formal statement
Let be integers such that all sufficiently large integers can be written as a sum of the shape where and has only the digits when written in base . Then
Reported by Burr, Erdős, Graham, and Li [BEGL96] as an observation of Pomerance
∀ {D : Finset ℕ}, (∀ d ∈ D, 3 ≤ d) → (∀ᶠ (n : ℕ) in Filter.atTop, n ∈ ∑ d ∈ D, Erdos124.sumsOfDistinctPowers d 0) → 1 ≤ ∑ d ∈ D, (↑d - 1)⁻¹