If $\omega(n)$ counts the number of distinct prime divisors of $n$ then let $F(n)=\max_k \omega(n+k)\frac{\log\log k}{\log k}.$
Equations
- Erdos1203.F n = ⨆ (k : ℕ), ↑(ArithmeticFunction.cardDistinctFactors (n + k)) * (Real.log (Real.log ↑k) / Real.log ↑k)
Instances For
Prove that $F(n)\to \infty$ as $n\to \infty$.