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!)
A357422 E.g.f. satisfies A(x) * exp(A(x)) = -log(1 - x * exp(A(x))). 0
0, 1, 1, 5, 34, 324, 3936, 58190, 1014056, 20354544, 462472800, 11733507312, 328809013776, 10086567702288, 336184985751720, 12097485061713480, 467445074411402496, 19303428522591336960, 848420150154305711616, 39543441411041750547648 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = Sum_{k=1..n} (n-k)^(k-1) * |Stirling1(n,k)|.
PROG
(PARI) a(n) = sum(k=1, n, (n-k)^(k-1)*abs(stirling(n, k, 1)));
CROSSREFS
Cf. A141209.
Sequence in context: A097817 A344556 A303175 * A197714 A198078 A133297
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 27 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 4 05:34 EDT 2024. Contains 372228 sequences. (Running on oeis4.)