Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A357343 E.g.f. satisfies A(x) = -log(1 - x * exp(A(x))) * exp(A(x)). 3
0, 1, 5, 53, 878, 19904, 573984, 20112770, 829953368, 39425517072, 2119169565120, 127163052628512, 8426599011632592, 611181716437826832, 48159349246147915944, 4096752391897622411880, 374189567290578072309504, 36525100459236757201316352 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=1..n} (n+k)^(k-1) * |Stirling1(n,k)|.
E.g.f.: Series_Reversion( exp(-x) * (1 - exp(-x * exp(-x))) ). - Seiichi Manyama, Sep 09 2024
PROG
(PARI) a(n) = sum(k=1, n, (n+k)^(k-1)*abs(stirling(n, k, 1)));
CROSSREFS
Sequence in context: A367156 A123130 A094089 * A231866 A196659 A128943
KEYWORD
nonn,changed
AUTHOR
Seiichi Manyama, Sep 25 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 September 11 14:28 EDT 2024. Contains 375836 sequences. (Running on oeis4.)