Erdős problem 394
For the least with , do the conjectured logarithmic-saving and adjacent-length estimates hold on average? Both answered affirmatively, with admissible in the bound.
Sources
FormalConjectures/ErdosProblems/
394.lean
Retained formal statement
t k n = v when v works and nothing positive below it does.
∀ {n k v : ℕ}, 0 < v → n ∣ ∏ i ∈ Finset.range k, (v + i) → (∀ m ∈ Finset.range v, 0 < m → ¬n ∣ ∏ i ∈ Finset.range k, (m + i)) → Erdos394.t k n = vAPIStatement only, no proof