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!)
A356972 E.g.f. satisfies log(A(x)) = (exp(x * A(x)^2) - 1) * A(x). 3
1, 1, 8, 128, 3139, 104382, 4393590, 224045271, 13428576766, 925335827928, 72082558060889, 6264277731652096, 600873473776204782, 63059026039778220285, 7187299097301622432156, 884141943373486896560252, 116756337165196381259759707, 16474480747756013055963484442 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} (2*n+k+1)^(k-1) * Stirling2(n,k).
PROG
(PARI) a(n) = sum(k=0, n, (2*n+k+1)^(k-1)*stirling(n, k, 2));
CROSSREFS
Sequence in context: A051189 A371299 A113135 * A219264 A349263 A188060
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 07 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 April 27 19:34 EDT 2024. Contains 372020 sequences. (Running on oeis4.)