Skip to content

Commit

Permalink
added formulas for zeta values
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatschke committed Mar 4, 2021
1 parent 7211694 commit 574fd08
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -22,6 +22,14 @@ Comments:
At $s=0$, $\zeta$ has a simple pole.
Formulas:
formula-values-at-non-positive-integers: >
$\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$.
formula-values-at-positive-even-integers: >
$\zeta(2n) = \frac{(-1)^{n+1}B_{2n}(2\pi)^{2n}}{2(2n)!}$
for positive integers $n$.
Programs:
program-sage:
Expand Down

0 comments on commit 574fd08

Please sign in to comment.