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!)
A371233 E.g.f. satisfies A(x) = 1 - x^2*log(1 - x*A(x)^2). 2
1, 0, 0, 6, 12, 40, 1620, 16128, 154560, 3378240, 67828320, 1247843520, 28996704000, 773215822080, 20900234234880, 609432997219200, 19677823129036800, 674330219708221440, 24327437969162280960, 936555233579552563200, 38250260222888409292800 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/3)} (2*n-4*k)! * |Stirling1(n-2*k,k)|/( (n-2*k)! * (2*n-5*k+1)! ).
PROG
(PARI) a(n) = n!*sum(k=0, n\3, (2*n-4*k)!*abs(stirling(n-2*k, k, 1))/((n-2*k)!*(2*n-5*k+1)!));
CROSSREFS
Cf. A371118.
Sequence in context: A375826 A362891 A371302 * A356970 A371138 A371147
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 September 16 00:43 EDT 2024. Contains 375959 sequences. (Running on oeis4.)