Erdős Problem 962 #
References:
- erdosproblems.com/962
- [Er65] Erdős, P., Extremal problems in number theory. Proc. Sympos. Pure Math., Vol. VIII (1965), 181-189.
- [Er76e] Erdős, P., Problems and results on consecutive integers. Publ. Math. Debrecen (1976), 271-282.
- Tang
- Tao
Let $k(n)$ be the maximal $k$ such that there exists $m \le n$ with $m+1, \ldots, m+k$ each divisible by a prime $> k$.
Equations
- Erdos962.k n = Nat.findGreatest (fun (k : ℕ) => Erdos962.Erdos962Prop n k) n
Instances For
Tang's lower bound [Tang]:
$\log k(n) \ge (1/\sqrt{2} - o(1)) * \sqrt{\log n * \log \log n}$