A278558 Expansion of Product_{n>=1} (1 - x^(5*n))^30/(1 - x^n)^31 in powers of x.
1, 31, 527, 6448, 63240, 526443, 3852742, 25380847, 153068700, 855816380, 4479330091, 22117432019, 103672066076, 463698703204, 1987628351600, 8195086588810, 32603090921532, 125497791966435, 468512597653134, 1699911932127300, 6005651320362628, 20693956328627358
Offset: 0
Keywords
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..1000
Programs
-
Mathematica
nmax = 50; CoefficientList[Series[Product[(1 - x^(5*k))^30/(1 - x^k)^31, {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Nov 28 2016 *)
Comments