erdős #1063
Let and define to be the least value of such that divides for all but one . Estimate .
Worked, still open.
number theory · open · formalized (Lean) · 0 attempts
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsevidence
unverified AI candidates (2)
gpt-erdos · GPT-5.2 Pro + Deep Research · unverified
Write [ \binom nk=\frac{n(n-1)\cdots(n-k+1)}{k!}. ] For (m=n-i) [[nomath]](with $0\le i<k$)[[/nomath]] we have $ \frac{\binom nk}{m}=\frac{\prod_{0\le j<k,\ j\ne i}(n-j)}{k!}. $ Hence $ m\mid \binom nk \quad\Longleftrightarrow\quad k!\mid \prod_{0\le j<k,\ j\ne i}(n-j). $ Equivalently, in $p$-adic valuations, $ m\mid \…
candidate solution ↗llm-hunter · gpt pro 5.2 · unverified
1 LLM attack(s) recorded (gpt pro 5.2); unverified.
candidate solution ↗formal
AMS 11 · open (literature)
theorem erdos_1063.better_upper :
let upper_bound : ℕ → ℝ := answer(sorry)
(fun k => (n k : ℝ)) =O[atTop] upper_bound ∧
upper_bound =o[atTop] fun k =>
(k : ℝ) * ((Finset.Icc 1 (k - 1)).lcm (fun n : ℕ => n) : ℝ)formal-conjectures/1063.lean ↗oeis
status
open