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!)
A357348 E.g.f. satisfies A(x) = (exp(x * exp(A(x))) - 1) * exp(3 * A(x)). 3
0, 1, 9, 172, 5181, 214196, 11279542, 722242795, 54482959375, 4732518179422, 465226448603533, 51061919634063284, 6189640391474229790, 821277806639279795053, 118394082630978607655201, 18426248367244130561233924, 3079294928622816257125500821 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=1..n} (n+3*k)^(k-1) * Stirling2(n,k).
PROG
(PARI) a(n) = sum(k=1, n, (n+3*k)^(k-1)*stirling(n, k, 2));
CROSSREFS
Sequence in context: A266856 A141441 A225813 * A357345 A336728 A305465
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 July 15 15:36 EDT 2024. Contains 374333 sequences. (Running on oeis4.)