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!)
A307514 Expansion of Product_{k>=1} (1-x^k)^((-1)^k*k^k). 1
1, 1, -3, 24, -226, 2791, -42467, 761826, -15714798, 366401751, -9528266885, 273439284005, -8584541521286, 292695692569785, -10771202678289501, 425538242701632216, -17964593967281888258, 807094224863059707077, -38449142619220645357810, 1935991142823285710574298 (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) = (-1)^(n+1) * n^n, g(n) = 1.
LINKS
FORMULA
a(n) ~ -(-1)^n * n^n * (1 - exp(-1)/n - (exp(-1)/2 + 3*exp(-2))/n^2). - Vaclav Kotesovec, Apr 12 2019
MATHEMATICA
nmax=20; CoefficientList[Series[Product[(1-x^k)^((-1)^k*k^k), {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Apr 12 2019 *)
PROG
(PARI) N=20; x='x+O('x^N); Vec(prod(k=1, N, (1-x^k)^((-1)^k*k^k)))
CROSSREFS
Sequence in context: A279973 A274737 A324446 * A225107 A249926 A279651
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 12 2019
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 April 19 16:21 EDT 2024. Contains 371794 sequences. (Running on oeis4.)