Assumptions:
TeX:
\zeta\!\left(\underbrace{3, 1, \ldots, 3, 1}_{\left(3, 1\right) \; n \text{ times}}\right) = \frac{1}{2 n + 1} \zeta\!\left(\underbrace{2, \ldots, 2}_{2 n \text{ times}}\right) n \in \mathbb{Z}_{\ge 1}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
MultiZetaValue | Multiple zeta value (MZV) | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("70c42b"), Formula(Equal(MultiZetaValue(Repeat(3, 1, n)), Mul(Div(1, Add(Mul(2, n), 1)), MultiZetaValue(Repeat(2, Mul(2, n)))))), Variables(n), Assumptions(Element(n, ZZGreaterEqual(1))))