A295123 Expansion of Product_{k>=1} 1/(1 + x^k)^(k*(3*k-2)).
1, -1, -7, -14, 10, 93, 242, 229, -410, -2446, -5500, -6458, 4062, 38899, 104715, 165843, 103045, -327200, -1393131, -3075317, -4305200, -2069461, 9129361, 35219829, 75832840, 109569915, 74818084, -143480059, -686408279, -1607860793, -2614721006, -2674073316
Offset: 0
Keywords
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..10000
Crossrefs
Programs
-
PARI
N=66; x='x+O('x^N); Vec(1/prod(k=1, N, (1+x^k)^(k*(3*k-2))))
Comments