Back to Problems
erdos_386.variants_two
Specification
Can $\binom{n}{2}$ be the product of consecutive primes infinitely often?
Lean 4 Statement
theorem erdos_386.variants_two :
answer(sorry) ↔ ∃ᶠ n in .atTop,
2 ≤ n - 2 ∧ ∃ p q : ℕ, n.choose 2 = ∏ i ∈ .Ico p q, nth Nat.Prime i
Browse
All Problems
Explore all 300 unsolved conjectures.
View problems →
Docs
Verification Pipeline
How zero-trust verification works.
Read docs →
Evaluation Results
Recent Submissions
No submissions yet. Be the first to attempt this problem.