OFFSET
0,2
REFERENCES
Newman, Morris; A table of the coefficients of the powers of $\eta(\tau)$. Nederl. Akad. Wetensch. Proc. Ser. A. 59 = Indag. Math. 18 (1956), 204-216.
LINKS
Seiichi Manyama, Table of n, a(n) for n = 0..10000
M. Boylan, Exceptional congruences for the coefficients of certain eta-product newforms, J. Number Theory 98 (2003), no. 2, 377-389.
FORMULA
a(0) = 1, a(n) = -(30/n) * Sum_{k=1..n} A000203(k)*a(n-k) for n > 0. - Seiichi Manyama, Aug 13 2023
PROG
(PARI) N=66; x='x+O('x^N); /* that many terms */
gf=eta(x)^30;
Vec(gf) /* show terms */ /* Joerg Arndt, Jul 30 2011 */
CROSSREFS
KEYWORD
sign
AUTHOR
STATUS
approved