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!)
A357346 E.g.f. satisfies A(x) = (exp(x * exp(A(x))) - 1) * exp(A(x)). 3
0, 1, 5, 52, 849, 18996, 540986, 18726247, 763480675, 35837071558, 1903538106065, 112880374866172, 7392418912962210, 529898419942327801, 41266682731537698181, 3469461853041348996044, 313200848521114144611273, 30215925892728362737156556 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=1..n} (n+k)^(k-1) * Stirling2(n,k).
PROG
(PARI) a(n) = sum(k=1, n, (n+k)^(k-1)*stirling(n, k, 2));
CROSSREFS
Cf. A349557.
Sequence in context: A280063 A363356 A365012 * A196531 A108459 A223898
KEYWORD
nonn
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 22 04:01 EDT 2023. Contains 365503 sequences. (Running on oeis4.)