login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


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 * A007608 A010343 A118169
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 15 2024
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 18 10:52 EDT 2024. Contains 375999 sequences. (Running on oeis4.)