The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A371230 E.g.f. satisfies A(x) = 1 - x*A(x)^3*log(1 - x*A(x)^2). 6
1, 0, 2, 3, 128, 750, 29964, 377160, 15795072, 329631120, 15001287120, 449174341440, 22551082739712, 885381886509120, 49302509206648320, 2391802812599316480, 147728974730632012800, 8502972330919072688640, 580806950108814502345728 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (n!/(2*n+1)!) * Sum_{k=0..floor(n/2)} (2*n+k)! * |Stirling1(n-k,k)|/(n-k)!.
PROG
(PARI) a(n) = n!*sum(k=0, n\2, (2*n+k)!*abs(stirling(n-k, k, 1))/(n-k)!)/(2*n+1)!;
CROSSREFS
Cf. A371122.
Sequence in context: A095841 A004865 A006286 * A139129 A007608 A010343
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 15 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 15 02:58 EDT 2024. Contains 372536 sequences. (Running on oeis4.)