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!)
A307497 Expansion of Product_{k>=1} (1+x^k)^((-1)^k*k^k). 3
1, -1, 5, -32, 294, -3527, 51589, -894706, 17978610, -410803143, 10517824035, -298204099693, 9273022031794, -313755862498513, 11474175971184267, -450960476552715192, 18954545423649435646, -848383466771831169101, 40285210722052785437974 (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 + 5*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: A257710 A305305 A331339 * A023880 A104031 A294957
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 10 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 24 14:54 EDT 2024. Contains 371960 sequences. (Running on oeis4.)