A277963 G.f.: 1/(1+x) * Product_{k>=1} 1/(1-x^k)^k.
1, 0, 3, 3, 10, 14, 34, 52, 108, 174, 326, 533, 946, 1539, 2628, 4251, 7046, 11288, 18313, 29017, 46261, 72533, 113942, 176841, 274353, 421680, 647065, 985593, 1497641, 2261971, 3406992, 5105317, 7628112, 11346861, 16829094, 24861952, 36623009, 53756775
Offset: 0
Keywords
Links
- Vaclav Kotesovec, Table of n, a(n) for n = 0..10000
Programs
-
Mathematica
CoefficientList[Series[1/(1+x)*Product[1/(1-x^k)^k, {k, 1, 50}], {x, 0, 50}], x]
Comments