A284628 Expansion of Product_{k>=1} 1/(1+x^(2*k-1))^(2*k-1).
1, -1, 1, -4, 4, -9, 15, -22, 37, -56, 92, -133, 210, -310, 466, -696, 1013, -1495, 2160, -3141, 4495, -6462, 9172, -13024, 18387, -25840, 36213, -50500, 70280, -97302, 134522, -185105, 254245, -347938, 475036, -646676, 878145, -1189468, 1607095, -2166672, 2913794
Offset: 0
Keywords
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..10000
Programs
-
Mathematica
nmax = 50; CoefficientList[Series[Product[1/(1+x^(2*k-1))^(2*k-1), {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Apr 15 2017 *)
Formula
a(n) = (-1)^n * A262811(n).