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!)
A032315 "EGJ" (unordered, element, labeled) transform of 1,2,3,4,... 12
1, 1, 2, 9, 22, 115, 576, 2569, 16780, 100041, 660220, 4683811, 36128544, 279022627, 2268178290, 20870481675, 183829795216, 1733470364065, 17049910933404, 176955696148171, 1863799931450200, 19988658792216891, 227401089360840802, 2637188651044286923 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
C. G. Bower, Transforms (2)
FORMULA
E.g.f.: Product_{n>=1} (1 + x^n/n!)^n. - Paul D. Hanna, Nov 29 2010
E.g.f.: exp(Sum_{k>=1} Sum_{j>=1} (-1)^(k+1)*j*x^(j*k)/(k*(j!)^k)). - Ilya Gutkovskiy, Sep 12 2018
PROG
(PARI) {a(n)=n!*polcoeff(-1+prod(k=1, n, (1+x^k/k!+x*O(x^n))^k), n)} \\ Paul D. Hanna, Nov 29 2010
(PARI) seq(n)={Vec(serlaplace(prod(k=1, n, (1 + x^k/k! + O(x*x^n))^k)))} \\ Andrew Howroyd, Sep 13 2018
CROSSREFS
Cf. A174661.
Sequence in context: A091002 A330419 A025176 * A032224 A254710 A193758
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(0)=1 prepended and terms a(21) and beyond from Andrew Howroyd, Sep 13 2018
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 13 18:50 EDT 2024. Contains 372522 sequences. (Running on oeis4.)