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!)
A323751 a(n) = Product_{k=0..n} (k^n + (n-k)^n). 2
2, 1, 32, 59049, 14101250048, 775913238525390625, 13410804447068120796679372800, 112244673425189306235795780017831813874289, 545831702006800417886454373052629612732034857946832699392 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = n^n * A323588(n). - Vaclav Kotesovec, Feb 08 2019
MATHEMATICA
Table[Product[k^n+(n-k)^n, {k, 0, n}], {n, 0, 10}] (* G. C. Greubel, Feb 08 2019 *)
PROG
(PARI) {a(n) = prod(k=0, n, k^n+(n-k)^n)}
(Magma) [(&*[k^n +(n-k)^n: k in [0..n]]): n in [0..10]]; // G. C. Greubel, Feb 08 2019
(Sage) [product(k^n +(n-k)^n for k in (0..n)) for n in (0..10)] # G. C. Greubel, Feb 08 2019
CROSSREFS
Sequence in context: A016547 A081541 A344105 * A113465 A113456 A205445
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 26 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 April 24 06:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)