A284896 Expansion of Product_{k>=1} 1/(1+x^k)^(k^2) in powers of x.
1, -1, -3, -6, 0, 11, 42, 63, 73, -45, -267, -720, -1095, -1239, -66, 2794, 8757, 16017, 22885, 19634, -2359, -61979, -161867, -302190, -421971, -432051, -126712, 690578, 2278273, 4584989, 7269985, 8965464, 7515373, -845659, -19930400, -53474765, -100195759
Offset: 0
Keywords
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..10000
Crossrefs
Programs
-
Mathematica
CoefficientList[Series[Product[1/(1 + x^k)^(k^2) , {k, 40}], {x, 0, 40}], x] (* Indranil Ghosh, Apr 05 2017 *)
-
PARI
x= 'x + O('x^40); Vec(prod(k=1, 40, 1/(1 + x^k)^(k^2))) \\ Indranil Ghosh, Apr 05 2017
Formula
a(0) = 1, a(n) = -(1/n)*Sum_{k=1..n} A078307(k)*a(n-k) for n > 0. - Seiichi Manyama, Apr 06 2017
G.f.: exp(Sum_{k>=1} (-1)^k*x^k*(1 + x^k)/(k*(1 - x^k)^3)). - Ilya Gutkovskiy, May 30 2018
Comments