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 April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)