[go: up one dir, main page]

login
A035314
Fourier coefficients of T_8.
3
1, -480, -28404, -682240, -10460070, -120178944, -1122367480, -8942109696, -62733463065, -396222777600, -2289950627940, -12261279536640, -61415457336714, -290017200522240, -1299352388589720, -5552275006294016, -22728781503345645, -89469772048615680
OFFSET
-1,2
COMMENTS
T_8 is the unique weight = -6 normalized meromorphic modular form for SL(2,Z) with all poles at infinity.
REFERENCES
C. L. Siegel, Advanced Analytic Number Theory, Tata Institute of Fundamental Research, Bombay, 1980, pp. 249-268.
LINKS
FORMULA
G.f.: G_6/Delta (in Siegel's notation).
a(n) ~ -exp(4*Pi*sqrt(n)) / (sqrt(2) * n^(15/4)). - Vaclav Kotesovec, Oct 04 2020
EXAMPLE
T_8 = 1/q - 480 - 28404 q - ....
PROG
(PARI) {a(n)=local(A); if(n<-1, 0, n++; A=x*O(x^n); polcoeff( sum(k=1, n, -504*sigma(k, 5)*x^k, 1+A)/eta(x+A)^24, n))} /* Michael Somos, Oct 30 2006 */
CROSSREFS
Sequence in context: A063870 A329536 A331768 * A022047 A107511 A288471
KEYWORD
easy,sign
AUTHOR
Barry Brent (barryb(AT)primenet.com)
STATUS
approved