A294102
Expansion of Product_{k>=1} (1 + x^k)^(k*(3*k-1)/2).
Original entry on oeis.org
1, 1, 5, 17, 44, 127, 332, 866, 2182, 5412, 13119, 31292, 73516, 170136, 388829, 877653, 1959111, 4327221, 9464856, 20511598, 44067446, 93901142, 198539477, 416696608, 868448305, 1797890682, 3698350956, 7561361750, 15369154555, 31064311255, 62449795986, 124895635385, 248538538858, 492207649241
Offset: 0
- Seiichi Manyama, Table of n, a(n) for n = 0..10000
- M. Bernstein and N. J. A. Sloane, Some canonical sequences of integers, Linear Alg. Applications, 226-228 (1995), 57-72; erratum 320 (2000), 210. [Link to arXiv version]
- M. Bernstein and N. J. A. Sloane, Some canonical sequences of integers, Linear Alg. Applications, 226-228 (1995), 57-72; erratum 320 (2000), 210. [Link to Lin. Alg. Applic. version together with omitted figures]
- N. J. A. Sloane, Transforms
- Eric Weisstein's World of Mathematics, Pentagonal Number
-
nmax = 33; CoefficientList[Series[Product[(1 + x^k)^(k (3 k - 1)/2), {k, 1, nmax}], {x, 0, nmax}], x]
a[n_] := a[n] = If[n == 0, 1, Sum[Sum[(-1)^(k/d + 1) d^2 (3 d - 1)/2, {d, Divisors[k]}] a[n - k], {k, 1, n}]/n]; Table[a[n], {n, 0, 33}]
A294837
Expansion of Product_{k>=1} (1 + x^k)^(k*(5*k-3)/2).
Original entry on oeis.org
1, 1, 7, 25, 73, 236, 688, 1994, 5573, 15272, 40896, 107526, 277999, 707209, 1774067, 4390665, 10734216, 25941541, 62022609, 146793160, 344129900, 799517074, 1841734224, 4208327222, 9542121050, 21477834062, 48005313446, 106579556936, 235107392079, 515441826521, 1123360284127, 2434346065621
Offset: 0
- Seiichi Manyama, Table of n, a(n) for n = 0..8757
- M. Bernstein and N. J. A. Sloane, Some canonical sequences of integers, Linear Alg. Applications, 226-228 (1995), 57-72; erratum 320 (2000), 210. [Link to arXiv version]
- M. Bernstein and N. J. A. Sloane, Some canonical sequences of integers, Linear Alg. Applications, 226-228 (1995), 57-72; erratum 320 (2000), 210. [Link to Lin. Alg. Applic. version together with omitted figures]
- N. J. A. Sloane, Transforms
- Eric Weisstein's World of Mathematics, Heptagonal Number
-
nmax = 31; CoefficientList[Series[Product[(1 + x^k)^(k (5 k - 3)/2), {k, 1, nmax}], {x, 0, nmax}], x]
a[n_] := a[n] = If[n == 0, 1, Sum[Sum[(-1)^(k/d + 1) d^2 (5 d - 3)/2, {d, Divisors[k]}] a[n - k], {k, 1, n}]/n]; Table[a[n], {n, 0, 31}]
A294836
Expansion of Product_{k>=1} (1 + x^k)^(k*(2*k-1)).
Original entry on oeis.org
1, 1, 6, 21, 58, 178, 494, 1365, 3640, 9533, 24401, 61384, 151958, 370335, 890565, 2113913, 4959199, 11505799, 26420628, 60082005, 135386341, 302448477, 670148898, 1473387787, 3215519032, 6968266907, 14999453058, 32079714584, 68187859040, 144083404856, 302727633735, 632579826174
Offset: 0
- Seiichi Manyama, Table of n, a(n) for n = 0..9392
- M. Bernstein and N. J. A. Sloane, Some canonical sequences of integers, Linear Alg. Applications, 226-228 (1995), 57-72; erratum 320 (2000), 210. [Link to arXiv version]
- M. Bernstein and N. J. A. Sloane, Some canonical sequences of integers, Linear Alg. Applications, 226-228 (1995), 57-72; erratum 320 (2000), 210. [Link to Lin. Alg. Applic. version together with omitted figures]
- N. J. A. Sloane, Transforms
- Eric Weisstein's World of Mathematics, Hexagonal Number
-
nmax = 31; CoefficientList[Series[Product[(1 + x^k)^(k (2 k - 1)), {k, 1, nmax}], {x, 0, nmax}], x]
a[n_] := a[n] = If[n == 0, 1, Sum[Sum[(-1)^(k/d + 1) d^2 (2 d - 1), {d, Divisors[k]}] a[n - k], {k, 1, n}]/n]; Table[a[n], {n, 0, 31}]
A294845
Expansion of Product_{k>=1} (1 + x^k)^(k*(k+1)*(2*k-1)/2).
Original entry on oeis.org
1, 1, 9, 39, 136, 511, 1785, 6139, 20404, 66406, 211418, 660752, 2030172, 6139231, 18300573, 53823451, 156344596, 448886205, 1274840165, 3583595734, 9976530997, 27520998775, 75262394273, 204130567402, 549318633095, 1467178746342, 3890697051314, 10246833932820, 26809705578787, 69702402930045
Offset: 0
- M. Bernstein and N. J. A. Sloane, Some canonical sequences of integers, Linear Alg. Applications, 226-228 (1995), 57-72; erratum 320 (2000), 210. [Link to arXiv version]
- M. Bernstein and N. J. A. Sloane, Some canonical sequences of integers, Linear Alg. Applications, 226-228 (1995), 57-72; erratum 320 (2000), 210. [Link to Lin. Alg. Applic. version together with omitted figures]
- N. J. A. Sloane, Transforms
-
nmax = 29; CoefficientList[Series[Product[(1 + x^k)^(k (k + 1) (2 k - 1)/2), {k, 1, nmax}], {x, 0, nmax}], x]
a[n_] := a[n] = If[n == 0, 1, Sum[Sum[(-1)^(k/d + 1) d^2 (d + 1) (2 d - 1)/2, {d, Divisors[k]}] a[n - k], {k, 1, n}]/n]; Table[a[n], {n, 0, 29}]
A295123
Expansion of Product_{k>=1} 1/(1 + x^k)^(k*(3*k-2)).
Original entry on oeis.org
1, -1, -7, -14, 10, 93, 242, 229, -410, -2446, -5500, -6458, 4062, 38899, 104715, 165843, 103045, -327200, -1393131, -3075317, -4305200, -2069461, 9129361, 35219829, 75832840, 109569915, 74818084, -143480059, -686408279, -1607860793, -2614721006, -2674073316
Offset: 0
A294841
Expansion of Product_{k>=1} (1 + x^(2*k-1))^(k*(3*k-2))*(1 + x^(2*k))^(k*(3*k+2)).
Original entry on oeis.org
1, 1, 5, 13, 34, 87, 212, 504, 1167, 2665, 5933, 13042, 28191, 60148, 126688, 263821, 543414, 1108272, 2239182, 4484482, 8907530, 17555485, 34345465, 66724969, 128772908, 246951514, 470738283, 892159198, 1681544803, 3152656375, 5880839454, 10916463171, 20169007200, 37095527149
Offset: 0
- M. Bernstein and N. J. A. Sloane, Some canonical sequences of integers, Linear Alg. Applications, 226-228 (1995), 57-72; erratum 320 (2000), 210. [Link to arXiv version]
- M. Bernstein and N. J. A. Sloane, Some canonical sequences of integers, Linear Alg. Applications, 226-228 (1995), 57-72; erratum 320 (2000), 210. [Link to Lin. Alg. Applic. version together with omitted figures]
- N. J. A. Sloane, Transforms
- Eric Weisstein's World of Mathematics, Octagonal Number
-
nmax = 33; CoefficientList[Series[Product[(1 + x^(2 k - 1))^(k (3 k - 2)) (1 + x^(2 k))^(k (3 k + 2)), {k, 1, nmax}], {x, 0, nmax}], x]
a[n_] := a[n] = If[n == 0, 1, Sum[Sum[(-1)^(k/d + 1) d (d^2 + d - Ceiling[d/2]^2), {d, Divisors[k]}] a[n - k], {k, 1, n}]/n]; Table[a[n], {n, 0, 33}]
A318124
a(n) = [x^n] exp(Sum_{k>=1} (-1)^(k+1)*x^k*(1 + (n - 3)*x^k)/(k*(1 - x^k)^3)).
Original entry on oeis.org
1, 1, 2, 9, 31, 127, 494, 1994, 8040, 32741, 133855, 549775, 2266756, 9372300, 38862245, 161500403, 672538548, 2805669061, 11723319333, 49055511943, 205534846202, 862167483656, 3620429584614, 15217780335870, 64022149180478, 269566679312520, 1135878674712355
Offset: 0
-
Table[SeriesCoefficient[Exp[Sum[(-1)^(k + 1) x^k (1 + (n - 3) x^k)/(k (1 - x^k)^3), {k, 1, n}]], {x, 0, n}], {n, 0, 26}]
Showing 1-7 of 7 results.
Comments