Preview for editing tables

In this editor you can enter or edit tables in YAML format, and you can get a preview of how numberdb would render it. You cannot save changes here. Once everything looks good, upload it to the git repository numberdb-data.
— preview —
Multiple zeta values of length 3
edit on github
Numbers
$s_1$
$s_2$
$s_3$ 
$\zeta(s_1,s_2,s_3)$
INPUT{numbers.yaml} (not shown in preview)
Definition
This list contains values of the multiple zeta function $\zeta(s_1,s_2,s_3)$ for certain integers $s_1, s_2, s_3$.
Parameters
$s_1$
—   integer ($s_1 \geq 2$)
$s_2$
—   integer ($s_2 \geq 1$)
$s_3$
—   integer ($s_3 \geq 1$)
Comments
(1)
For complex numbers $s_1,\ldots,s_k$ with $\Re(s_1)+\ldots + \Re(s_i) > i$ (for all $i$), the multiple zeta function is defined as $\zeta(s_1,\ldots,s_k) = \sum_{n_1 > n_2 > \ldots > n_k > 0} n^{-s_1}\cdots n^{-s_k}$.
(2)
The values of $\zeta(s_1,\ldots,s_k)$ at positive integers $s_1,\ldots,s_k$ ($s_1 \geq 2$) are called multiple zeta values (MZVs) of length $k$ and weight $s_1+\ldots + s_k$.
Programs
(P1)
Sage
numbers = {s1: {s2: {s3: Multizeta(s3,s2,s1)
                for s3 in [1..10]}
                for s2 in [1..10]}
                for s1 in [2..10]}
Links
Data properties
Entries are of type: real number
Table is complete: no