A298411
Coefficients of q^(-1/24)*eta(4q)^(1/2).
Original entry on oeis.org
1, -2, -10, -20, -90, 132, -836, 6040, 2310, 60180, 180308, 1662568, -2995620, 24401320, 44072120, -102437328, 19390406, 2649221300, -10584460060, 14475802440, -228570333836, -815899620616, 2088529753800, -5590702681520, -100828534100580, -172013432412024
Offset: 0
-
Series[Product[(1 - (4 q)^k)^(1/2), {k, 1, 100}], {q, 0, 100}]
-
q='q+O('q^99); Vec(eta(4*q)^(1/2)) \\ Altug Alkan, Apr 20 2018
A303136
Expansion of Product_{n>=1} (1 - (25*x)^n)^(-1/5).
Original entry on oeis.org
1, 5, 200, 5125, 177500, 3952500, 150715625, 3185187500, 112844843750, 2783033593750, 86330708203125, 2019237027343750, 72195817812500000, 1591910699609375000, 50158322275878906250, 1322261581989501953125, 39183430287559814453125, 946961406814801025390625
Offset: 0
-
CoefficientList[Series[1/QPochhammer[25*x]^(1/5), {x, 0, 20}], x] (* Vaclav Kotesovec, Apr 19 2018 *)
CoefficientList[Series[Product[(1-(25x)^n)^(-1/5),{n,20}],{x,0,20}],x] (* Harvey P. Dale, Nov 04 2021 *)
A303153
Expansion of Product_{n>=1} (1 - (16*x)^n)^(1/4).
Original entry on oeis.org
1, -4, -88, -992, -19360, -97152, -4296448, 4539392, -568015360, -127621120, -39357927424, 2424998313984, -38804685471744, 799759166930944, 4879962868940800, 41563181340426240, 585185165832486912, 55834295603426754560, -75535223925056208896
Offset: 0
A303152
Expansion of Product_{n>=1} (1 - (9*x)^n)^(1/3).
Original entry on oeis.org
1, -3, -36, -207, -2214, -2754, -138591, 547722, -3730293, 30138075, 133709535, 7735237479, -35284817430, 702841889322, 3056530613769, 9493893988155, 112554319443867, 3822223052352735, -3940051663965051, 250298859930263181, -551418001934739786, 1061747224529191191
Offset: 0
A303125
Expansion of Product_{n>=1} (1 + (25*x)^n)^(1/5).
Original entry on oeis.org
1, 5, 75, 4500, 43125, 2765000, 55871875, 1876671875, 25128437500, 1495793359375, 28953471875000, 871257974609375, 18280647500000000, 596362168603515625, 14502797130615234375, 519397373566650390625, 8604439235863037109375
Offset: 0
-
CoefficientList[Series[(QPochhammer[-1, 25*x]/2)^(1/5), {x, 0, 20}],
x] (* Vaclav Kotesovec, Apr 19 2018 *)
-
N=66; x='x+O('x^N); Vec(prod(k=1, N, (1+(25*x)^k)^(1/5)))
Showing 1-5 of 5 results.
Comments