A285293 Expansion of Product_{k>=1} (1 + x^k)^k / (1 + x^(5*k))^(5*k).
1, 1, 2, 5, 8, 11, 23, 39, 58, 102, 160, 250, 392, 614, 929, 1426, 2155, 3221, 4816, 7124, 10516, 15389, 22448, 32549, 47027, 67586, 96779, 138052, 196078, 277606, 391570, 550516, 771442, 1077818, 1501214, 2084899, 2887759, 3988792, 5495381, 7552127, 10353345
Offset: 0
Keywords
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..10000 (terms 0..1000 from Vaclav Kotesovec)
Programs
-
Mathematica
nmax = 50; CoefficientList[Series[Product[(1+x^k)^k/(1+x^(5*k))^(5*k), {k, 1, nmax}], {x, 0, nmax}], x]
Formula
a(n) ~ exp(2^(-2/3) * 3^(4/3) * 5^(-1/3) * Zeta(3)^(1/3) * n^(2/3)) * Zeta(3)^(1/6) / (3^(1/3) * 5^(1/6) * sqrt(Pi) * n^(2/3)).
Comments