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!)
A371302 E.g.f. satisfies A(x) = 1/(1 + x^2*log(1 - x*A(x))). 1
1, 0, 0, 6, 12, 40, 1620, 13608, 117600, 2924640, 49603680, 782147520, 19083936960, 463369645440, 10836652514688, 304533583200000, 9218842256332800, 281872333420554240, 9421579421176089600, 338543319734116116480, 12590519274541116518400 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/3)} (n-k)! * |Stirling1(n-2*k,k)|/( (n-2*k)! * (n-2*k+1)! ).
PROG
(PARI) a(n) = n!*sum(k=0, n\3, (n-k)!*abs(stirling(n-2*k, k, 1))/((n-2*k)!*(n-2*k+1)!));
CROSSREFS
Cf. A351503.
Sequence in context: A371118 A355287 A362891 * A371233 A356970 A371138
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 18 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 29 16:28 EDT 2024. Contains 374734 sequences. (Running on oeis4.)