Erdős problem 364
There is no consecutive triple of powerful numbers.
Sources
FormalConjectures/ErdosProblems/
364.lean
Retained formal statement
Erdős [Er76d] conjectured a stronger statement: if is the th powerful number, then for some constant .
[Er76d] Erdős, P., Problems and results on number theoretic properties of consecutive integers and related questions. Proceedings of the Fifth Manitoba Conference on Numerical Mathematics (Univ. Manitoba, Winnipeg, Man., 1975) (1976), 25-44.
∃ c, ∃ (_ : c > 0), ∀ (k : ℕ), ↑(Nat.nth Nat.Powerful (k + 2)) - ↑(Nat.nth Nat.Powerful k) > ↑(Nat.nth Nat.Powerful k) ^ cOpenStatement only, no proof