A370735
a(n) = 5^(2*n) * [x^n] Product_{k>=1} 1/(1 - 3*x^k)^(1/5).
Original entry on oeis.org
1, 15, 1050, 52125, 3277500, 179801250, 11966690625, 738318187500, 49788716718750, 3314446448437500, 227432073022265625, 15631633385109375000, 1090877899335878906250, 76338563689129101562500, 5384934139819611328125000, 381204340327212964599609375, 27111589537137988341064453125
Offset: 0
-
nmax = 20; CoefficientList[Series[Product[1/(1-3*x^k), {k, 1, nmax}]^(1/5), {x, 0, nmax}], x] * 25^Range[0, nmax]
nmax = 20; CoefficientList[Series[Product[1/(1-3*(25*x)^k), {k, 1, nmax}]^(1/5), {x, 0, nmax}], x]
A370733
a(n) = 5^(2*n) * [x^n] Product_{k>=1} 1/(1 - 2*x^k)^(1/5).
Original entry on oeis.org
1, 10, 550, 19750, 921250, 32011250, 1563143750, 58080093750, 2719958906250, 113913469531250, 5214823539843750, 228024893230468750, 10704801509316406250, 482674223446582031250, 22664252188144042968750, 1053427002068999511718750, 49776941230938518066406250
Offset: 0
-
nmax = 20; CoefficientList[Series[Product[1/(1-2*x^k), {k, 1, nmax}]^(1/5), {x, 0, nmax}], x] * 25^Range[0, nmax]
nmax = 20; CoefficientList[Series[Product[1/(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