A264685 Expansion of Product_{k>=1} (1 + x^k)/(1 - 2*x^k).
1, 3, 9, 24, 60, 141, 324, 717, 1560, 3330, 7020, 14622, 30225, 61998, 126522, 257007, 520326, 1050396, 2116116, 4255584, 8547330, 17149350, 34382295, 68889840, 137969466, 276220962, 552865365, 1106356314, 2213644548, 4428657402, 8859340926, 17721640698
Offset: 0
Keywords
Links
- Vaclav Kotesovec, Table of n, a(n) for n = 0..1000
Programs
-
Mathematica
nmax = 40; CoefficientList[Series[Product[(1 + x^k)/(1 - 2*x^k), {k, 1, nmax}], {x, 0, nmax}], x]