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 —
Taylor coefficients of the completed Riemann zeta function at 1/2
edit on github
Numbers
n 
nth coefficient
INPUT{numbers.yaml} (not shown in preview)
Definition
The list contains the coefficients of the Taylor expansion ξ(s)=n=0ann!(s1/2)n of the completed Riemann zeta function ξ(s)=12s(s1)πs/2Γ(s/2)ζ(s) at s=1/2.
Parameters
n
—   integer (n0)
Formulas
(1)
ξ(s)=ξ(1s) (functional equation).
Comments
(2)
The Riemann zeta function ζ(s) is the meromorphic continuation of the Dirichlet series n=0ns,(s)>1.
(3)
an=0 for every odd n due to (1).
Programs
(P1)
Sage
s = var("s")
xi(s) = 1/2 * s*(s-1)*pi^(-s/2)*gamma(s/2)*zeta(s)
numbers = {n: xi.derivative(s,n)(s=1/2) for n in [0..10]}
References
[1]
J. B. Keiper, "Power series expansions of Riemann's ξ function", Math. Comp. 58 (1992), 765-773. (doi)
Links
Data properties
Entries are of type: real number
Table is complete: no