A295122 Expansion of Product_{k>=1} 1/(1 + x^k)^(k*(5*k-3)/2).
1, -1, -6, -12, 6, 65, 179, 202, -137, -1392, -3492, -5135, -1325, 15437, 52934, 101787, 116827, -16945, -462603, -1350732, -2475989, -2889620, -343236, 8559858, 26972213, 53099230, 72521956, 47535918, -86985043, -409729146, -952305325, -1577038736
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*(5*k-3)/2)))
Comments