login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 28 03:42 EDT 2024. Contains 373761 sequences. (Running on oeis4.)