OFFSET
1,2
COMMENTS
According to Paşol and Zudilin, a(n) is divisible by n. - F. Chapoton, Aug 10 2021
LINKS
Seiichi Manyama, Table of n, a(n) for n = 1..423
Richard E. Borcherds, Automorphic forms with singularities on Grassmannians, arXiv:alg-geom/9609022, 1996-1997; Invent. Math. 132 (1998), 491-562.
Vicenţiu Paşol and Wadim Zudilin, Magnetic (quasi-)modular forms, arXiv:2009.14609 [math.NT], 2020.
FORMULA
a(n) ~ -(-1)^n * exp(Pi*sqrt(3)*n) * n / 192. - Vaclav Kotesovec, Jun 07 2018
PROG
(PARI) {a(n)=if(n<1, 0, polcoeff( x*eta(x+x*O(x^n))^24/sum(k=1, n, 480*sigma(k, 7)*x^k, 1), n))} /* Michael Somos, Apr 07 2005 */
CROSSREFS
KEYWORD
sign,easy
AUTHOR
N. J. A. Sloane, Apr 07 2005
EXTENSIONS
More terms from Michael Somos, Apr 07 2005
STATUS
approved