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!)
A371119 E.g.f. satisfies A(x) = 1 + x*A(x)*(exp(x*A(x)) - 1). 3
1, 0, 2, 3, 52, 305, 4866, 57337, 1048776, 18547713, 407900710, 9436057961, 248501026236, 7021087254337, 217488458525898, 7223642070331065, 258233053457437456, 9841074705853124609, 399304906991091898830, 17163110041947804495817, 779646387683354742170820 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (n!)^2 * Sum_{k=0..floor(n/2)} Stirling2(n-k,k)/( (n-k)! * (n-k+1)! ).
PROG
(PARI) a(n) = n!^2*sum(k=0, n\2, stirling(n-k, k, 2)/((n-k)!*(n-k+1)!));
CROSSREFS
Cf. A371121.
Sequence in context: A362836 A371142 A337057 * A371262 A193332 A192182
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 11 2024
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 May 4 12:19 EDT 2024. Contains 372243 sequences. (Running on oeis4.)