A320049 Expansion of (psi(x) / phi(x))^6 in powers of x where phi(), psi() are Ramanujan theta functions.
1, -6, 27, -98, 309, -882, 2330, -5784, 13644, -30826, 67107, -141444, 289746, -578646, 1129527, -2159774, 4052721, -7474806, 13569463, -24274716, 42838245, -74644794, 128533884, -218881098, 368859591, -615513678, 1017596115, -1667593666, 2710062756, -4369417452
Offset: 0
Keywords
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..10000
- Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
Crossrefs
Programs
-
Mathematica
nmax = 40; CoefficientList[Series[Product[((1-x^k) * (1-x^(4*k))^2 / (1-x^(2*k))^3)^6, {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Oct 06 2018 *)
Formula
Convolution inverse of A029843.
Expansion of q^(-3/4) * (eta(q) * eta(q^4)^2 / eta(q^2)^3)^6 in powers of q.
a(n) ~ (-1)^n * 3^(1/4) * exp(Pi*sqrt(3*n)) / (128*sqrt(2)*n^(3/4)). - Vaclav Kotesovec, Oct 06 2018