login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A294809
Expansion of Product_{k>=1} (1 - k^k*x^k)^k.
6
1, -1, -8, -73, -927, -13969, -254580, -5288596, -124795126, -3272571133, -94692028369, -2991756529687, -102571647087930, -3791499758414848, -150359326161180392, -6367668575791613601, -286854342016830115157, -13697147209040205869792
OFFSET
0,3
COMMENTS
This sequence is obtained from the generalized Euler transform in A266964 by taking f(n) = -n, g(n) = n^n.
LINKS
FORMULA
a(0) = 1 and a(n) = -(1/n) * Sum_{k=1..n} A294810(k)*a(n-k) for n > 0.
PROG
(PARI) N=66; x='x+O('x^N); Vec(prod(k=1, N, (1-k^k*x^k)^k))
CROSSREFS
Column k=1 of A294808.
Cf. A294810.
Sequence in context: A234281 A176734 A294606 * A225161 A195754 A137140
KEYWORD
sign
AUTHOR
Seiichi Manyama, Nov 09 2017
STATUS
approved