A370739
a(n) = 5^(2*n) * [x^n] Product_{k>=1} (1 + 3*x^k)^(1/5).
Original entry on oeis.org
1, 15, -75, 35250, -1138125, 72645000, -3307996875, 244578890625, -15502648125000, 985908809765625, -63515254624218750, 4314500023927734375, -291905297026816406250, 19789483493484814453125, -1355414138248614990234375, 93666904586649390380859375, -6498800175020013123779296875
Offset: 0
-
nmax = 20; CoefficientList[Series[Product[1+3*x^k, {k, 1, nmax}]^(1/5), {x, 0, nmax}], x] * 25^Range[0, nmax]
nmax = 20; CoefficientList[Series[Product[1+3*(25*x)^k, {k, 1, nmax}]^(1/5), {x, 0, nmax}], x]
A370737
a(n) = 5^(2*n) * [x^n] Product_{k>=1} (1 + 2*x^k)^(1/5).
Original entry on oeis.org
1, 10, 50, 14750, -166250, 14011250, -133418750, 18136968750, -620089531250, 29520532031250, -917207280468750, 51260806902343750, -2257145499863281250, 101035630688769531250, -4434459153208496093750, 214279556679692871093750, -9859289197933918457031250, 454976266920750451660156250
Offset: 0
-
nmax = 20; CoefficientList[Series[Product[1+2*x^k, {k, 1, nmax}]^(1/5), {x, 0, nmax}], x] * 25^Range[0, nmax]
nmax = 20; CoefficientList[Series[Product[1+2*(25*x)^k, {k, 1, nmax}]^(1/5), {x, 0, nmax}], x]
A370749
a(n) = 2^n * [x^n] Product_{k>=1} ((1 + 2*x^k)/(1 - 2*x^k))^(1/4).
Original entry on oeis.org
1, 2, 6, 28, 70, 300, 892, 3544, 9990, 43340, 127988, 546120, 1651356, 7227896, 22414008, 99344944, 312879302, 1396285452, 4486205892, 20057934312, 65293087284, 292353604136, 963327294536, 4308913730256, 14340603113372, 64059675491512, 215075154021384, 958968160741328
Offset: 0
-
nmax = 30; CoefficientList[Series[Product[(1 + 2*x^k)/(1 - 2*x^k), {k, 1, nmax}]^(1/4), {x, 0, nmax}], x] * 2^Range[0, nmax]
nmax = 30; CoefficientList[Series[Product[(1 + 2*(2*x)^k)/(1 - 2*(2*x)^k), {k, 1, nmax}]^(1/4), {x, 0, nmax}], x]
Showing 1-3 of 3 results.
Comments