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!)
A024188 a(n) = ((n+2)!/2)(1/3 - 1/4 + ... + c/(n+2)), where c = (-1)^(n+1). 3
1, 1, 17, 42, 654, 2712, 44568, 264240, 4721040, 36694080, 716523840, 6917823360, 147356496000, 1703866752000, 39427129728000, 531844621056000, 13306234652928000, 205302142854144000, 5527796004025344000, 96066041002702848000, 2771519306950969344000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A024176(n)/2.
a(n) ~ sqrt(Pi/2) * (log(2) - 1/2) * n^(n + 5/2) / exp(n). - Vaclav Kotesovec, Jan 02 2020
MATHEMATICA
Table[(n+2)!/2 * Sum[(-1)^(k+1)/k, {k, 3, n+2}], {n, 1, 25}] (* Vaclav Kotesovec, Jan 02 2020 *)
PROG
(PARI) a(n) = (n+2)!*sum(x=1, n, (-1)^(x+1)/(x+2))/2 \\Michel Marcus, Mar 21 2013
CROSSREFS
Cf. A024176.
Sequence in context: A253605 A044094 A044475 * A196209 A196476 A086006
KEYWORD
nonn
AUTHOR
EXTENSIONS
Terms a(16) and beyond from Andrew Howroyd, Jan 01 2020
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 14 19:53 EDT 2024. Contains 372533 sequences. (Running on oeis4.)