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!)
A336202 a(n) = Sum_{k=0..n} (-n)^k * binomial(n,k)^n. 4
1, 0, -3, 136, 3585, -8065624, 985282165, 102324513620736, -758462117693095935, -310124007268556369914448, 59000420766060452235999162501, 231739512209034254162941881236647760, -948238573709799908746228205852168505192191, -43263440520748047736633474769642007589423961473152 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
a[n_] := Sum[If[n == k == 0, 1, (-n)^k] * Binomial[n, k]^n, {k, 0, n}]; Array[a, 14, 0] (* Amiram Eldar, May 01 2021 *)
PROG
(PARI) {a(n) = sum(k=0, n, (-n)^k*binomial(n, k)^n)}
CROSSREFS
Main diagonal of A336201.
Sequence in context: A193136 A037120 A082923 * A231904 A049677 A030247
KEYWORD
sign
AUTHOR
Seiichi Manyama, Jul 11 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 April 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)