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 —
$q$-expansion of the Eisenstein series $E_4$
edit on github
Numbers
$n$ 
$a_n$
INPUT{numbers.yaml} (not shown in preview)
Definition
This list contains the coefficients of the Eisenstein series $E_4(\tau)$ [1] in its $q$-expansion, $E_4 = \sum_{n=0}^{\infty} a_n q^n$, where $q = e^{2\pi i\tau}$.
Parameters
$n$
—   integer ($n \geq 0$)
Formulas
(1)
$E_4(\tau) = 1 + 240 \sum_{n=1}^\infty \frac{n^3q^n}{1-q^n}$.
Comments
(2)
Note that different authors use different normalizations for Eisenstein series. Here, we use the normalization that makes the constant coefficient $a_0 = 1$.
Programs
(P1)
Sage
numbers = {n: eisenstein_series_qexp(4,101,
                  normalization='constant')[n] 
              for n in [0..100]}
Links
Data properties
Entries are of type: integer
Table is complete: no