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!)
A371228 E.g.f. satisfies A(x) = 1 - x*A(x)*log(1 - x*A(x)^2). 4
1, 0, 2, 3, 80, 510, 12084, 164640, 4272736, 91935648, 2769703920, 80692896240, 2849745645504, 103479044628960, 4250475820200960, 183436357950387360, 8649275730513361920, 430735131434242736640, 22999938416454315239424, 1295673669960473064844800 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/2)} (2*n-k)! * |Stirling1(n-k,k)|/( (n-k)! * (2*n-2*k+1)! ).
PROG
(PARI) a(n) = n!*sum(k=0, n\2, (2*n-k)!*abs(stirling(n-k, k, 1))/((n-k)!*(2*n-2*k+1)!));
CROSSREFS
Cf. A371121.
Sequence in context: A166091 A371141 A370993 * A068185 A037391 A037427
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 29 03:48 EDT 2024. Contains 372921 sequences. (Running on oeis4.)