OFFSET
0,2
LINKS
Seiichi Manyama, Table of n, a(n) for n = 0..1000
Watson, G. N., Ramanujans Vermutung ueber Zerfaellungsanzahlen. J. Reine Angew. Math. (Crelle), 179 (1938), 97-128. See the expression C^2/B^10.
FORMULA
See Maple code for formula.
EXAMPLE
G.f.: 1+10*q^24+65*q^48+330*q^72+1430*q^96+5510*q^120+19395*q^144+...
MAPLE
read format;
M1:=1200:
fm:=mul(1-x^n, n=1..M1):
A:=x^(1/5)*subs(x=x^(24/5), fm):
B:=x*subs(x=x^24, fm):
C:=x^5*subs(x=x^120, fm):
t1:=C^2/B^10;
t2:=series(t1, x, M1);
t3:=subs(x=y^(1/24), t2);
t4:=series(t3, y, M1/24);
t5:=seriestolist(t4); # A160458
PROG
(PARI) x='x+O('x^66); Vec((eta(x^5)/eta(x)^5)^2) \\ Joerg Arndt, Nov 27 2016
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Nov 13 2009
STATUS
approved