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!)
A357351 E.g.f. satisfies A(x) = log(1 + x * exp(A(x))) * exp(3 * A(x)). 4
0, 1, 7, 119, 3186, 117204, 5493672, 313159146, 21032534856, 1626654909168, 142381874412000, 13915051276560048, 1501957674420194736, 177456652252068578544, 22779601954164759020184, 3156967397734735846493880, 469790199951668305705905408 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=1..n} (n+3*k)^(k-1) * Stirling1(n,k).
PROG
(PARI) a(n) = sum(k=1, n, (n+3*k)^(k-1)*stirling(n, k, 1));
CROSSREFS
Sequence in context: A268300 A304917 A113667 * A192565 A171209 A296731
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 10:49 EDT 2024. Contains 374332 sequences. (Running on oeis4.)