Erdős problem 364
There is no consecutive triple of powerful numbers.
Sources
FormalConjectures/ErdosProblems/
364.lean
Retained formal statement
There is no quadruple of powerful numbers, since at least one of the four numbers must be , which cannot be powerful (since divides it, but does not).
¬∃ n, n.Powerful ∧ (n + 1).Powerful ∧ (n + 2).Powerful ∧ (n + 3).PowerfulTextbookStatement only, no proof