Erdős problem 648
Let denote the largest such that there exist integers such that where is the greatest prime factor of . Estimate .
Sources
FormalConjectures/ErdosProblems/
648.lean
Retained formal statement
Let denote the largest such that there exist integers such that where is the greatest prime factor of . Estimate .
Stijn Cambie has proved [Ca25b] Cambie further asks whether there exists a constant such that Cambie's proof shows that such a must satisfy .
The sequence is packaged as a strictly monotone map a : Fin t → ℕ with , the greatest prime factor is Nat.maxPrimeFac, and is the supremum in ℕ of the achievable lengths .
(fun n => ↑(Erdos648.g n)) =Θ[Filter.atTop] fun n => √(↑n / Real.log ↑n)