Erdős Problem 961 #
References:
- erdosproblems.com/961
- [Ju74] Jutila, Matti, On numbers with a large prime factor. {II}. J. Indian Math. Soc. (N.S.) (1974), 125--130.
- RaSh73 Ramachandra, K. and Shorey, T. N., On gaps between numbers with a large prime factor. Acta Arith. (1973), 99--111.
Equations
- Erdos961.Erdos961Prop k n = ∀ m ≥ k + 1, ∃ i ∈ Set.Ico m (m + n), i ∉ (k + 1).smoothNumbers
Instances For
Sylvester and Schur [Er34] proved that every set of $k$ consecutive integers greater than $k$ contains an integer divisible by a prime greater than $k$, i.e. not $(k+1)$-smooth.
For $k$, let $f(k)$ be the minimal $n$ such that every set of $n$ consecutive integers $>k$ contains an integer divisible by a prime $>k$, i.e. not $(k+1)$-smooth.
Equations
- Erdos961.f k = if hk : 0 < k then Nat.find ⋯ else 0
Instances For
Jutila [Ju74], and Ramachandra--Shorey [RaSh73] proved a stronger upper bound $f(k) \ll \frac{\log \log \log k}{\log \log k} \frac{k}{\log k}$.