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!)
A371023 E.g.f. satisfies log(A(x)) = x*A(x)^2 * (exp(x*A(x)^2) - 1). 1
1, 0, 2, 3, 112, 665, 23016, 292957, 10710960, 223877313, 9010822600, 266949248621, 12012620436312, 461111201730049, 23286625765980864, 1093225826724243045, 61822510319788946656, 3415325919719802626177, 215162865022831595415576 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/2)} (2*n+1)^(k-1) * Stirling2(n-k,k)/(n-k)!.
PROG
(PARI) a(n) = n!*sum(k=0, n\2, (2*n+1)^(k-1)*stirling(n-k, k, 2)/(n-k)!);
CROSSREFS
Sequence in context: A114373 A117700 A356789 * A084755 A215238 A356787
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 12 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 July 20 20:50 EDT 2024. Contains 374459 sequences. (Running on oeis4.)