The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A294471 E.g.f.: 1/Product_{k>0} (1+x^k/k)^k. 3
1, -1, 0, -6, 18, -90, 660, -3360, 47880, -293160, 4277280, -36424080, 575190000, -6745218480, 101911249440, -1628086299840, 24861230634240, -484979925830400, 7629427896330240, -176975913961566720, 3036472694482106880, -77953392499390087680 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MATHEMATICA
With[{nn=30}, CoefficientList[Series[1/Product[(1+x^k/k)^k, {k, nn}], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Jul 30 2021 *)
PROG
(PARI) N=66; x='x+O('x^N); Vec(serlaplace(1/prod(k=1, N, (1+x^k/k)^k)))
CROSSREFS
Cf. A292358.
Sequence in context: A260664 A279260 A371987 * A194995 A104970 A216727
KEYWORD
sign
AUTHOR
Seiichi Manyama, Oct 31 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 May 21 17:21 EDT 2024. Contains 372738 sequences. (Running on oeis4.)