A294749 Expansion of Product_{k>=1} (1 + x^(2*k - 1))^(k^2).
1, 1, 0, 4, 4, 9, 15, 22, 52, 65, 129, 190, 335, 534, 814, 1399, 2074, 3462, 5135, 8303, 12658, 19562, 30182, 45542, 70620, 105034, 161223, 239532, 362929, 539252, 805320, 1197589, 1769483, 2624604, 3847755, 5681787, 8291848, 12165978, 17696362, 25796820
Offset: 0
Keywords
Links
- Vaclav Kotesovec, Table of n, a(n) for n = 0..5000
Programs
-
Mathematica
nmax = 50; CoefficientList[Series[Product[(1+x^(2*k-1))^(k^2), {k, 1, nmax}], {x, 0, nmax}], x]
Formula
a(n) ~ exp(Pi/3 * (7/15)^(1/4) * sqrt(2) * n^(3/4) + 3*Zeta(3) * sqrt(15*n/7) / (2*Pi^2) + (Pi * (15/7)^(1/4) / (24*sqrt(2)) - 9*Zeta(3)^2 * (15/7)^(5/4) / (2^(3/2) * Pi^5)) * n^(1/4) + 2025*Zeta(3)^3 / (49*Pi^8) - 15*Zeta(3) / (112*Pi^2)) * (7/15)^(1/8) / (2^(53/24) * n^(5/8)).
Comments