A326756
E.g.f.: Product_{k>=1} 1/(1 - x^(3*k-2)/(3*k-2)).
Original entry on oeis.org
1, 1, 2, 6, 30, 150, 900, 7020, 58680, 528120, 5644080, 63510480, 769610160, 10483933680, 150733677600, 2272680828000, 37752297264000, 653710445308800, 11839468023187200, 231623795388268800, 4723930089495302400, 99779582243860358400, 2249431677071465356800
Offset: 0
-
nmax = 25; CoefficientList[Series[1/Product[(1-x^(3*k-2)/(3*k-2)), {k, 1, Floor[nmax/3] + 1}], {x, 0, nmax}], x] * Range[0, nmax]!
A326779
E.g.f.: Product_{k>=1} 1/(1 - x^(4*k-1)/(4*k-1)).
Original entry on oeis.org
1, 0, 0, 2, 0, 0, 80, 720, 0, 13440, 172800, 3628800, 5913600, 98841600, 4420915200, 92559667200, 110702592000, 6012444672000, 234205087334400, 6616915329024000, 13708373852160000, 771938716483584000, 40374130262409216000, 1172555787961958400000
Offset: 0
-
nmax = 25; CoefficientList[Series[1/Product[(1-x^(4*k-1)/(4*k-1)), {k, 1, Floor[nmax/4] + 1}], {x, 0, nmax}], x] * Range[0, nmax]!
A326780
E.g.f.: Product_{k>=1} 1/(1 - x^(4*k-3)/(4*k-3)).
Original entry on oeis.org
1, 1, 2, 6, 24, 144, 864, 6048, 48384, 475776, 4902912, 53932032, 647184384, 8892398592, 126430875648, 1906924529664, 30510792474624, 539606261956608, 9890452422918144, 188459240926150656, 3773077461736095744, 81667528704634650624, 1819516013302975561728
Offset: 0
-
nmax = 25; CoefficientList[Series[1/Product[(1-x^(4*k-3)/(4*k-3)), {k, 1, Floor[nmax/4] + 1}], {x, 0, nmax}], x] * Range[0, nmax]!
A326857
E.g.f.: Product_{k>=1} (1 + x^(3*k-1) / (3*k-1)).
Original entry on oeis.org
1, 0, 1, 0, 0, 24, 0, 504, 5040, 0, 226800, 3628800, 0, 438721920, 6227020800, 16345929600, 1127656857600, 20922789888000, 58203397324800, 6697914906009600, 121645100408832000, 655224745383936000, 51359276952023040000, 1124000727777607680000
Offset: 0
-
nmax = 30; CoefficientList[Series[Product[(1+x^(3*k-1)/(3*k-1)), {k, 1, Floor[nmax/3]+1}], {x, 0, nmax}], x] * Range[0, nmax]!
A326860
E.g.f.: Product_{k>=1} (1 + x^(3*k-1)/(3*k-1)) / (1 - x^(3*k-1)/(3*k-1)).
Original entry on oeis.org
1, 0, 2, 0, 12, 48, 180, 2016, 15120, 72576, 1424304, 11249280, 113164128, 2066238720, 22751977248, 303261573888, 6400216892160, 85934653249536, 1440131337066240, 34330891188013056, 549029461368181248, 11212163885207900160, 296439802585781976576
Offset: 0
-
nmax = 30; CoefficientList[Series[Product[(1+x^(3*k-1)/(3*k-1))/(1-x^(3*k-1)/(3*k-1)), {k, 1, Floor[nmax/3]+1}], {x, 0, nmax}], x] * Range[0, nmax]!
Showing 1-5 of 5 results.
Comments