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!)
A357423 E.g.f. satisfies A(x) * exp(A(x)) = log(1 + x * exp(A(x))). 1
0, 1, -1, -1, 10, 4, -384, 818, 29800, -205200, -3612000, 56042832, 556589232, -19091774352, -70128589608, 8044430218680, -25379500932864, -4055729067351552, 48310659088501248, 2334746679051721536, -58078273556262804480, -1420062892415588203776 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
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)*stirling(n, k, 1));
CROSSREFS
Cf. A349587.
Sequence in context: A267180 A038306 A317597 * A320938 A117256 A332837
KEYWORD
sign
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 July 15 16:36 EDT 2024. Contains 374333 sequences. (Running on oeis4.)