Erdős problem 849
Is it true that, for every integer , there is some integer such that with has exactly solutions?
Sources
FormalConjectures/ErdosProblems/
849.lean
Retained formal statement
Is it true that, for every integer , there is some integer such that with has exactly solutions?
True ↔ ∀ t ≥ 1, ∃ a, {n | ∃ k ≥ 1, 2 * k ≤ n ∧ n.choose k = a}.ncard = tOpenStatement only, no proof