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!)
A356884 E.g.f. satisfies A(x)^A(x) = 1/(1 - x*A(x))^x. 2
1, 0, 2, 3, 20, 150, 1254, 14280, 190000, 2863728, 49465080, 954312480, 20303200488, 473604468480, 12007399511184, 328671680500800, 9663415159357440, 303695188102656000, 10159173955921651776, 360424299614544829440, 13517056067747847719040 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/2)} (n-2*k+1)^(k-1) * |Stirling1(n-k,k)|/(n-k)!.
PROG
(PARI) a(n) = n!*sum(k=0, n\2, (n-2*k+1)^(k-1)*abs(stirling(n-k, k, 1))/(n-k)!);
CROSSREFS
Cf. A141209.
Sequence in context: A042441 A128977 A069323 * A009721 A013340 A218873
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 02 2022
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 16 17:27 EDT 2024. Contains 372554 sequences. (Running on oeis4.)