Assumptions:
References:
- https://oeis.org/A115977
TeX:
\lambda(\tau) = 16 q - 128 {q}^{2} + 704 {q}^{3} - 3072 {q}^{4} + 11488 {q}^{5} - 38400 {q}^{6} + \ldots \; \text{ where } q = {e}^{\pi i \tau}
\tau \in \mathbb{H}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| ModularLambda | Modular lambda function | |
| Pow | Power | |
| Exp | Exponential function | |
| Pi | The constant pi (3.14...) | |
| ConstI | Imaginary unit | |
| HH | Upper complex half-plane |
Source code for this entry:
Entry(ID("921f34"),
Formula(EqualQSeriesEllipsis(ModularLambda(tau), tau, q, Sub(Add(Sub(Add(Sub(Mul(16, q), Mul(128, Pow(q, 2))), Mul(704, Pow(q, 3))), Mul(3072, Pow(q, 4))), Mul(11488, Pow(q, 5))), Mul(38400, Pow(q, 6))), Equal(q, Exp(Mul(Mul(Pi, ConstI), tau))))),
Variables(tau),
Assumptions(Element(tau, HH)),
References("https://oeis.org/A115977"))