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!)
A371227 E.g.f. satisfies A(x) = 1 - x*log(1 - x*A(x)^2). 4
1, 0, 2, 3, 56, 390, 6384, 92400, 1812768, 38565072, 949927680, 25934040000, 783458550720, 25909868761920, 930720395219328, 36108805836317760, 1504050682102456320, 66964478742976711680, 3173178938051223889920, 159461567895099436047360 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/2)} (2*n-2*k)! * |Stirling1(n-k,k)|/( (n-k)! * (2*n-3*k+1)! ).
PROG
(PARI) a(n) = n!*sum(k=0, n\2, (2*n-2*k)!*abs(stirling(n-k, k, 1))/((n-k)!*(2*n-3*k+1)!));
CROSSREFS
Cf. A371117.
Sequence in context: A362835 A371140 A371121 * A179281 A000656 A116052
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 July 25 15:49 EDT 2024. Contains 374612 sequences. (Running on oeis4.)