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!)
A024420 a(n) = n! * Sum_{j=0..floor(n/2)} (-1)^j/binomial(n,j). 2
1, 1, 1, 4, 22, 108, 612, 4416, 36576, 331200, 3319200, 36806400, 445046400, 5813579520, 81716947200, 1230656716800, 19761225523200, 336973967769600, 6082189179494400, 115851849523200000, 2322322137354240000, 48869666136023040000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MAPLE
a:= n-> n!*add((-1)^j/binomial(n, j), j=0..iquo(n, 2)):
seq(a(n), n=0..23); # Alois P. Heinz, Jul 10 2019
MATHEMATICA
Table[n!*Sum[(-1)^k/Binomial[n, k], {k, 0, Floor[n/2]}], {n, 0, 20}] (* Vaclav Kotesovec, Jul 10 2019 *)
CROSSREFS
Sequence in context: A184701 A001436 A224243 * A220457 A108840 A007994
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Sean A. Irvine, Jul 10 2019
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 April 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)