Erdős problem 700
f n is a lower bound: f n ≤ gcd(n, C(n,k)) for every 1 < k ≤ n/2.
Sources
FormalConjectures/ErdosProblems/
700.lean
Retained formal statement
Each gcd(n, C(n,k)) with 1 < k ≤ n/2 belongs to fSet n.
∀ (n k : ℕ), 1 < k → k ≤ n / 2 → n.gcd (n.choose k) ∈ Erdos700.fSet nAPIStatement only, no proof