login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
OFFSET
0,3
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