Back to Problems
balanced_primes_order
Specification
Let $p_k$ be the $k$-th prime number. Are there infinitely many $n$ such that $p_n = \dfrac{\sum_{i = 1} ^ k p_{n - i} + p_{n + i}}{2*k}$?
Lean 4 Statement
theorem balanced_primes_order :
answer(sorry) ↔ ∀ k > 0, {n : ℕ | k ≤ n ∧ 2 * k * Nat.nth Prime n = ∑ i ∈ .Ioc 0 k,
((n - i).nth Prime + (n + i).nth Prime)}.Infinite
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.