Assumptions:
TeX:
\zeta\!\left(\underbrace{2, \ldots, 2}_{n \text{ times}}\right) = \frac{{\pi}^{2 n}}{\left(2 n + 1\right)!}
n \in \mathbb{Z}_{\ge 1}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| MultiZetaValue | Multiple zeta value (MZV) | |
| Pow | Power | |
| Pi | The constant pi (3.14...) | |
| Factorial | Factorial | |
| ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("4a23c7"),
Formula(Equal(MultiZetaValue(Repeat(2, n)), Div(Pow(Pi, Mul(2, n)), Factorial(Add(Mul(2, n), 1))))),
Variables(n),
Assumptions(Element(n, ZZGreaterEqual(1))))