A278555 Expansion of Product_{n>=1} (1 - x^(5*n))^12/(1 - x^n)^13 in powers of x.
1, 13, 104, 637, 3276, 14808, 60541, 228124, 803010, 2667054, 8422715, 25446304, 73907808, 207209614, 562673618, 1484147681, 3811882087, 9553588317, 23407932874, 56161135485, 132132608899, 305240006266, 693150485885, 1548871015291, 3408852663762, 7395582677152
Offset: 0
Keywords
Links
- Vaclav Kotesovec, Table of n, a(n) for n = 0..2500
- 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.
Programs
-
Mathematica
CoefficientList[ Series[ Product[(1 - x^(5n))^12/(1 - x^n)^13, {n, 25}], {x, 0, 25}], x] (* Robert G. Wilson v, Nov 23 2016 *)
Comments