A295234 Expansion of Product_{k>=1} (1 - k*x^k)^(k^(k-1)).
1, -1, -4, -23, -225, -2765, -42291, -758931, -15672042, -365632740, -9512462314, -273071185192, -8574979449941, -292421476560437, -10762598186760785, -425244979326332068, -17953805056325313497, -806668085786772161511
Offset: 0
Keywords
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..386
Programs
-
PARI
N=66; x='x+O('x^N); Vec(prod(k=1, N, (1-k*x^k)^k^(k-1)))
Comments