A370712
a(n) = 3^n * [x^n] Product_{k>=1} (1 + 3*x^k)^(1/3).
Original entry on oeis.org
1, 3, 0, 99, -270, 2430, -10287, 105462, -750141, 5702481, -42623901, 347424633, -2779077762, 22353287634, -181730796723, 1493711042589, -12321529794261, 102125312638713, -850797139405887, 7120067746384863, -59800770201017934, 503922807927384129, -4259721779079782751
Offset: 0
-
nmax = 30; CoefficientList[Series[Product[(1 + 3*x^k), {k, 1, nmax}]^(1/3), {x, 0, nmax}], x] * 3^Range[0, nmax]
nmax = 30; CoefficientList[Series[Product[(1 + 3*(3*x)^k), {k, 1, nmax}]^(1/3), {x, 0, nmax}], x]
nmax = 30; CoefficientList[Series[(QPochhammer[-3, x]/4)^(1/3), {x, 0, nmax}], x] * 3^Range[0, nmax]
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]
A370752
a(n) = 3^n * [x^n] Product_{k>=1} ((1 + 3*x^k)/(1 - 3*x^k))^(1/3).
Original entry on oeis.org
1, 6, 36, 360, 1998, 18792, 121176, 1123632, 7537860, 72078174, 510702408, 4896308088, 35923749480, 345406994280, 2600934294816, 24985346997888, 191735328374478, 1838307293836560, 14317601666954364, 136953233511162840, 1079293961918593800, 10299943344889922832
Offset: 0
-
nmax = 30; CoefficientList[Series[Product[(1 + 3*x^k)/(1 - 3*x^k), {k, 1, nmax}]^(1/3), {x, 0, nmax}], x] * 3^Range[0, nmax]
nmax = 30; CoefficientList[Series[Product[(1 + 3*(3*x)^k)/(1 - 3*(3*x)^k), {k, 1, nmax}]^(1/3), {x, 0, nmax}], x]
A370734
a(n) = 8^n * [x^n] Product_{k>=1} 1/(1 - 3*x^k)^(1/4).
Original entry on oeis.org
1, 6, 138, 2292, 47046, 852756, 18266628, 366635112, 7948637382, 170568754692, 3761729402412, 83136335360856, 1863229219846428, 41883396293989320, 948524060727094728, 21555960625992644304, 492036151405623971142, 11264431786398948383844, 258676355450246122857756
Offset: 0
-
nmax = 20; CoefficientList[Series[Product[1/(1-3*x^k), {k, 1, nmax}]^(1/4), {x, 0, nmax}], x] * 8^Range[0, nmax]
nmax = 20; CoefficientList[Series[Product[1/(1-3*(8*x)^k), {k, 1, nmax}]^(1/4), {x, 0, nmax}], x]
Showing 1-4 of 4 results.
Comments