A381890 Expansion of Product_{k>=1} (1 + k*x)^((1/12) * (3/4)^k).
1, 1, -3, 21, -225, 3207, -56821, 1202099, -29558466, 828401462, -26068940938, 910286433318, -34930741605414, 1461245816594058, -66187658069563710, 3227353484661602866, -168557942284281821933, 9388117645333487820387, -555463036269652132509113
Offset: 0
Keywords
Programs
-
PARI
my(N=20, x='x+O('x^N)); Vec(exp(sum(k=1, N, (-1)^(k-1)*sum(j=0, k, 3^(j-1)*j!*stirling(k, j, 2))*x^k/k)))