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!)
A292358 E.g.f.: Product_{k>=1} 1/(1 + x^k/k). 5
1, -1, 1, -5, 20, -104, 584, -4304, 35720, -329160, 3239112, -36135912, 438454752, -5743527360, 80351263680, -1218698312064, 19599583392384, -334335747652224, 6019295318075520, -114911886106373760, 2305234779285164544, -48596575400453366784 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) ~ (-1)^n * n!. - Vaclav Kotesovec, Sep 15 2017
E.g.f.: exp(Sum_{k>=1} Sum_{j>=1} (-1)^k*x^(j*k)/(k*j^k)). - Ilya Gutkovskiy, May 27 2018
MATHEMATICA
nmax = 20; CoefficientList[Series[Product[1/(1 + x^k/k), {k, 1, nmax}], {x, 0, nmax}], x] * Range[0, nmax]! (* Vaclav Kotesovec, Sep 15 2017 *)
PROG
(PARI) {a(n) = n!*polcoeff(1/prod(k=1, n, 1+x^k/k+x*O(x^n)), n)}
CROSSREFS
Sequence in context: A092640 A165961 A276314 * A259275 A109500 A137961
KEYWORD
sign
AUTHOR
Seiichi Manyama, Sep 14 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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)