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!)
A307369 a(n) = -Sum_{0<=i<j<k<=n} (-1)^(i+j+k) * (i+j+k)!/(i!*j!*k!). 0
0, 0, 3, -51, 1059, -23090, 522721, -12147685, 287854454, -6924261148, 168559758222, -4143307764311, 102667574424349, -2561308686267644, 64269232404321663, -1620744761933019015, 41050609554433557263, -1043736712034774976330, 26628094150076388266301 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
Table[-Sum[Sum[Sum[(-1)^(i+j+k) * (i + j + k)!/(i!*j!*k!), {i, 0, j-1}], {j, 0, k-1}], {k, 0, n}], {n, 0, 20}] (* Amiram Eldar, May 20 2021 *)
PROG
(PARI) {a(n) = -sum(i=0, n, sum(j=i+1, n, sum(k=j+1, n, (-1)^(i+j+k)*(i+j+k)!/(i!*j!*k!))))}
CROSSREFS
Sequence in context: A182512 A075869 A361051 * A126685 A355797 A246693
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 05 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 March 28 20:05 EDT 2024. Contains 371254 sequences. (Running on oeis4.)