A294948 Expansion of Product_{n>=1} (1 - n^n*x^n)^(1/n).
1, -1, -2, -7, -57, -541, -7126, -108072, -1966034, -40620681, -952305757, -24824933859, -714742428220, -22491627743504, -768696164146118, -28344822040761041, -1121925480573229737, -47442205907345238412, -2134679753840086267669
Offset: 0
Keywords
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..387
Programs
-
PARI
N=66; x='x+O('x^N); Vec(prod(k=1, N, (1-k^k*x^k)^(1/k)))
Comments