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!)
A351796 a(n) = n! * Sum_{k=0..n} (-k * (n-k))^k/k!. 1
1, 1, 0, 6, 36, -1240, 36810, -743568, -4441640, 2126086272, -201265464330, 13670088101120, -512174277963612, -50655591400627200, 16935777106057251442, -2936123018591228282880, 368896773292405165345200, -22278163772113766968557568 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MATHEMATICA
a[n_] := n!*(1 + Sum[(-k*(n - k))^k/k!, {k, 1, n}]); Array[a, 18, 0] (* Amiram Eldar, Feb 19 2022 *)
PROG
(PARI) a(n) = n!*sum(k=0, n, (-k*(n-k))^k/k!);
CROSSREFS
Sequence in context: A268161 A082027 A203106 * A069031 A061234 A061584
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)