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 —
Bernoulli numbers
edit on github
Numbers
$n$ 
$B_n$
INPUT{numbers.yaml} (not shown in preview)
Definition
The Bernoulli numbers $B_n$ are the coefficients of the exponential generating functon $\frac{t}{e^t-1} = \sum_{n=0}^\infty \frac{B_nt^n}{n!}$.
Parameters
$n$
—   integer ($n \geq 0$)
Formulas
(1)
$\sum_{n=0}^\infty \frac{B_nt^n}{n!} = \frac{t}{2}\left(\coth \frac{t}{2}-1\right)$.
(2)
$B_n = (-1)^{n+1} n \zeta(1-n)$ for $n\geq 1$, where $\zeta$ is the Riemann zeta function.
Comments
(3)
Some authors prefer to define $B^+_n = (-1)^n B_n$ as Bernoulli numbers.
Programs
(P1)
Sage
numbers = [bernoulli(n) for n in [1..10]]
Links
Data properties
Entries are of type: rational number
both signs: True (Unknown key)