A156616
G.f.: Product_{n>0} ((1+x^n)/(1-x^n))^n.
Original entry on oeis.org
1, 2, 6, 16, 38, 88, 196, 420, 878, 1794, 3584, 7032, 13572, 25792, 48352, 89512, 163774, 296444, 531234, 943072, 1659560, 2896376, 5015700, 8622108, 14718652, 24960138, 42062200, 70458160, 117349856, 194381704, 320295312, 525123604
Offset: 0
- Seiichi Manyama, Table of n, a(n) for n = 0..10000 (terms 0..1000 from Vaclav Kotesovec)
- Ali H. Al-Saedi, Congruences for restricted plane overpartitions modulo 4 and 8, Raman. J. 48 (2) (2019) 251
- Vaclav Kotesovec, A method of finding the asymptotics of q-series based on the convolution of generating functions, arXiv:1509.08708 [math.CO], Sep 30 2015, p. 18.
- Mirjana Vuletic, A generalization of MacMahon's formula, Trans. Am. Math. Soc. 361 (2009) 2789-2804.
-
nmax = 40; CoefficientList[Series[Product[((1+x^k)/(1-x^k))^k, {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Aug 17 2015 *)
-
{a(n)=polcoeff(exp(sum(m=1,n,(sigma(2*m,2)-sigma(m,2))/2*x^m/m)+x*O(x^n)),n)} \\ Paul D. Hanna, May 01 2010
A261519
Expansion of Product_{k>=1} ((1+x^k)/(1-x^k))^(2^k).
Original entry on oeis.org
1, 4, 16, 60, 208, 692, 2224, 6940, 21152, 63188, 185488, 536268, 1529648, 4310804, 12017264, 33171916, 90745472, 246201412, 662897232, 1772295020, 4707336848, 12426673188, 32617079280, 85152717404, 221183486496, 571784014244, 1471463190032, 3770577250716
Offset: 0
-
nmax = 40; CoefficientList[Series[Product[((1 + x^k)/(1 - x^k))^(2^k), {k, 1, nmax}], {x, 0, nmax}], x]
A260916
Expansion of Product_{k>=1} ((1+x^k)/(1-x^k))^(Fibonacci(k)).
Original entry on oeis.org
1, 2, 4, 10, 22, 48, 104, 220, 460, 954, 1956, 3976, 8026, 16084, 32032, 63440, 124974, 245008, 478204, 929452, 1799508, 3471396, 6673724, 12788976, 24433528, 46546738, 88432264, 167575474, 316768948, 597389576, 1124092476, 2110661644, 3955006820, 7396477224
Offset: 0
-
nmax = 40; CoefficientList[Series[Product[((1+x^k)/(1-x^k))^Fibonacci[k], {k, 1, nmax}], {x, 0, nmax}], x]
A300456
a(n) = [x^n] Product_{k=1..n} ((1 + x^k)/(1 - x^k))^(n^k).
Original entry on oeis.org
1, 2, 16, 200, 3264, 65752, 1565744, 42878432, 1324344832, 45464289482, 1715228012048, 70471268834936, 3129746696619072, 149318596196238328, 7612660420021177200, 412865831480749700928, 23725813528034949148672, 1439701175150489313314864, 91967625580609006328344400, 6167733266497532499924699672
Offset: 0
The table of coefficients of x^k in expansion of Product_{k>=1} ((1 + x^k)/(1 - x^k))^(n^k) begins:
n = 0: (1), 0, 0, 0, 0, 0, ...
n = 1: 1, (2), 4, 8, 14, 24, ...
n = 2: 1, 4, (16), 60, 208, 692, ...
n = 3: 1, 6, 36, (200), 1038, 5160 ...
n = 4: 1, 8, 64, 472, (3264), 21608, ...
n = 5: 1, 10, 100, 920, 7950, (65752), ...
-
Table[SeriesCoefficient[Product[((1 + x^k)/(1 - x^k))^(n^k), {k, 1, n}], {x, 0, n}], {n, 0, 19}]
A302237
Expansion of Product_{k>=1} ((1 + x^k)/(1 - x^k))^(k*(k+1)/2).
Original entry on oeis.org
1, 2, 8, 26, 76, 216, 590, 1554, 3988, 9988, 24464, 58794, 138866, 322808, 739658, 1672372, 3734848, 8245956, 18012114, 38952586, 83448832, 177194716, 373111970, 779430870, 1615995262, 3326484686, 6800794428, 13813260736, 27881653590, 55942340000, 111601021856
Offset: 0
Cf.
A000217,
A000294,
A015128,
A028377,
A156616,
A206622,
A206623,
A206624,
A260916,
A261386,
A261452,
A261519,
A261520,
A301554,
A301555.
-
nmax = 30; CoefficientList[Series[Product[((1 + x^k)/(1 - x^k))^(k (k + 1)/2), {k, 1, nmax}], {x, 0, nmax}], x]
A302238
Expansion of Product_{k>=1} ((1 + x^k)/(1 - x^k))^prime(k).
Original entry on oeis.org
1, 4, 14, 46, 136, 382, 1022, 2626, 6530, 15784, 37218, 85842, 194146, 431358, 943038, 2031454, 4316884, 9058662, 18787730, 38542526, 78264298, 157403290, 313712482, 619919350, 1215125262, 2363570168, 4563951858, 8751621598, 16670498062, 31553539214, 59361428202
Offset: 0
Cf.
A000040,
A015128,
A030009,
A061152,
A156616,
A206622,
A206623,
A206624,
A260916,
A261386,
A261452,
A261519,
A261520,
A301554,
A301555.
-
nmax = 30; CoefficientList[Series[Product[((1 + x^k)/(1 - x^k))^Prime[k], {k, 1, nmax}], {x, 0, nmax}], x]
A302239
Expansion of Product_{k>=1} ((1 + x^k)/(1 - x^k))^p(k), where p(k) = number of partitions of k (A000041).
Original entry on oeis.org
1, 2, 6, 16, 40, 96, 226, 512, 1140, 2488, 5336, 11270, 23494, 48356, 98438, 198338, 395846, 783136, 1536800, 2992818, 5786952, 11114950, 21213906, 40247696, 75928804, 142475644, 265985628, 494155176, 913802164, 1682338192, 3084101744, 5630853218, 10240484332, 18553818210
Offset: 0
Cf.
A000041,
A001970,
A015128,
A156616,
A206622,
A206623,
A206624,
A260916,
A261049,
A261386,
A261452,
A261519,
A261520,
A301554,
A301555,
A302237,
A302238.
-
nmax = 33; CoefficientList[Series[Product[((1 + x^k)/(1 - x^k))^PartitionsP[k], {k, 1, nmax}], {x, 0, nmax}], x]
Showing 1-7 of 7 results.
Comments