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 —
Values of the Riemann zeta function at rational numbers
edit on github
Numbers
$s$ 
$\zeta(s)$
INPUT{numbers.yaml} (not shown in preview)
Definition
The list contains values $\zeta(s)$ of the Riemann zeta function at rational numbers $s$.
Parameters
$s$
—   rational number ($s \neq 1$)
Formulas
(1)
$\zeta(-n) = (-1)^n\frac{B_n}{n+1}$ for integers $n\geq 0$, where $B_n$ is the $n$'th Bernoulli number with sign convention $B_1=-1/2$.
(2)
$\zeta(2n) = \frac{(-1)^{n+1}B_{2n}(2\pi)^{2n}}{2(2n)!}$ for positive integers $n$.
Comments
(3)
The Riemann zeta function $\zeta(s)$ is the meromorphic continuation of the Dirichlet series $\sum_{n=0}^\infty n^{-s}, \Re(s) > 1$.
(4)
At $s=1$, $\zeta$ has a simple pole.
Programs
(P1)
Sage
numbers = {a/b: zeta(a/b) 
                for b,a in cartesian_product(([1..20],[-40..40])) 
                if gcd(a,b) == 1 and a/b != 1}
Links
Data properties
Entries are of type: real number
Table is complete: no