Erdős problem 828
Is it true that, for any , there are infinitely many such that ?
Sources
FormalConjectures/ErdosProblems/
828.lean
Retained formal statement
It is an easy exercise to show that if and only if or for some .
∀ {n : ℕ}, n.totient ∣ n ↔ n ≤ 1 ∨ ∃ a > 0, ∃ b, n = 2 ^ a * 3 ^ b