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!)
A357347 E.g.f. satisfies A(x) = (exp(x * exp(A(x))) - 1) * exp(2 * A(x)). 3
0, 1, 7, 103, 2385, 75756, 3064239, 150689953, 8729691693, 582299930167, 43956280309659, 3704637865439380, 344825037782332457, 35131983926187957173, 3888817094785288023367, 464724955485177444101895, 59631976064836824117227621, 8177487264101392841050876136 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=1..n} (n+2*k)^(k-1) * Stirling2(n,k).
PROG
(PARI) a(n) = sum(k=1, n, (n+2*k)^(k-1)*stirling(n, k, 2));
CROSSREFS
Cf. A355762.
Sequence in context: A368440 A365014 A234292 * A177752 A101746 A318398
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 August 14 03:23 EDT 2024. Contains 375146 sequences. (Running on oeis4.)