Back to Problems
gourevitch_series_identity
Specification
The Gourevitch series identity: The following idenitity holds: $\sum_{n=0}^{\infty} \frac{1 + 14 n + 76 n^2 + 168 n^3}{2^{20 n}} \binom{2n}{n}^7 = \frac{32}{\pi^3}.$ This was originally conjectured in [G2003] by Guillera and proven in [A2025] by Au.
Lean 4 Statement
theorem gourevitch_series_identity :
∑' n : ℕ, ((1 + 14 * n + 76 * n ^ 2 + 168 * n ^ 3) / (2 ^ (20 * n)) : ℝ)
* Nat.centralBinom n ^ 7 = 32 / (Real.pi ^ 3)
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.