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!)
A351780 a(n) = n! * Sum_{k=0..n} (-k)^(n-k) * (n-k)^k/k!. 3
1, 0, -2, 6, 108, -2420, 8730, 1313718, -57930152, 567983736, 109544982390, -9917916180590, 321821829728388, 32383946348733252, -6591798188344856942, 531702135210365508270, 11136706526396459006640 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
PROG
(PARI) a(n) = n!*sum(k=0, n, (-k)^(n-k)*(n-k)^k/k!);
CROSSREFS
Sequence in context: A357090 A181036 A222854 * A059088 A216151 A057771
KEYWORD
sign
AUTHOR
Seiichi Manyama, Feb 19 2022
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 23 06:45 EDT 2024. Contains 371906 sequences. (Running on oeis4.)