Original entry on oeis.org
124754, 118114304, 24908858009, 2366022741845, 133978259344888, 5234371069753672, 154043597379576030, 3617712763867604423, 70593393646562135510, 1178875491155735802646, 17229817230617210720599, 224282898599046831034631, 2636785814481962651219075
Offset: 0
- G. E. Andrews and B. C. Berndt, Ramanujan's lost notebook, Part III, Springer, New York, 2012, See p. 179.
Cf.
A160528,
A282920,
A282921,
A282922,
A282923,
A282924,
A282925,
A282926,
A282927,
A282928,
A282929,
A282930,
A282931,
A282932.
A278555
Expansion of Product_{n>=1} (1 - x^(5*n))^12/(1 - x^n)^13 in powers of x.
Original entry on oeis.org
1, 13, 104, 637, 3276, 14808, 60541, 228124, 803010, 2667054, 8422715, 25446304, 73907808, 207209614, 562673618, 1484147681, 3811882087, 9553588317, 23407932874, 56161135485, 132132608899, 305240006266, 693150485885, 1548871015291, 3408852663762, 7395582677152
Offset: 0
-
CoefficientList[ Series[ Product[(1 - x^(5n))^12/(1 - x^n)^13, {n, 25}],
{x, 0, 25}], x] (* Robert G. Wilson v, Nov 23 2016 *)
A278556
Expansion of Product_{n>=1} (1 - x^(5*n))^18/(1 - x^n)^19 in powers of x.
Original entry on oeis.org
1, 19, 209, 1710, 11495, 66862, 347339, 1645875, 7221520, 29668595, 115116233, 424720338, 1498263563, 5076482415, 16583497160, 52399330389, 160586833362, 478482249548, 1388989067820, 3935549005725, 10901608510397, 29565343541110, 78604103339462
Offset: 0
Cf. Product_{n>=1} (1 - x^(5*n))^k/(1 - x^n)^(k + 1):
A160461 (k=1),
A160462 (k=2),
A160463 (k=3),
A160506 (k=4),
A071734 (k=5),
A160460 (k=6),
A160521 (k=7),
A278555 (k=12), this sequence (k=18),
A278557 (k=24),
A278558 (k=30).
-
CoefficientList[ Series[ Product[(1 - x^(5n))^18/(1 - x^n)^19, {n, 22}], {x, 0, 22}], x] (* Robert G. Wilson v, Nov 24 2016 *)
A278557
Expansion of Product_{n>=1} (1 - x^(5*n))^24/(1 - x^n)^25 in powers of x.
Original entry on oeis.org
1, 25, 350, 3575, 29575, 209381, 1312075, 7443825, 38854075, 188836375, 862496902, 3729343275, 15356254650, 60511763600, 229125615600, 836555203223, 2953900713000, 10113407774450, 33649438734125, 109017926343725, 344525085375315, 1063718962906450
Offset: 0
-
nmax = 50; CoefficientList[Series[Product[(1 - x^(5*k))^24/(1 - x^k)^25, {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Nov 28 2016 *)
A278558
Expansion of Product_{n>=1} (1 - x^(5*n))^30/(1 - x^n)^31 in powers of x.
Original entry on oeis.org
1, 31, 527, 6448, 63240, 526443, 3852742, 25380847, 153068700, 855816380, 4479330091, 22117432019, 103672066076, 463698703204, 1987628351600, 8195086588810, 32603090921532, 125497791966435, 468512597653134, 1699911932127300, 6005651320362628, 20693956328627358
Offset: 0
-
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 *)
Showing 1-5 of 5 results.
Comments