A285047 Expansion of Product_{k>=1} 1/(1-x^(k^2))^k.
1, 1, 1, 1, 3, 3, 3, 3, 6, 9, 9, 9, 13, 19, 19, 19, 28, 37, 43, 43, 57, 69, 81, 81, 100, 132, 150, 160, 184, 236, 260, 280, 319, 391, 460, 490, 565, 657, 771, 811, 922, 1084, 1243, 1363, 1510, 1781, 1985, 2185, 2388, 2775, 3159, 3439, 3832, 4335, 4963, 5323
Offset: 0
Keywords
Links
- Vaclav Kotesovec, Table of n, a(n) for n = 0..10000
Programs
-
Mathematica
nmax=100; CoefficientList[Series[Product[1/(1-x^(k^2))^k, {k,1,nmax}], {x,0,nmax}], x]
Formula
log(a(n)) ~ Pi*sqrt(n/3).
Comments