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!)
A323588 a(n) = Product_{k=1..n} (k^n + (n-k)^n). 6
1, 1, 8, 2187, 55083008, 248292236328125, 287440081598682287308800, 136294854579772162759923622710449623, 32534104705262209051040075603284216686012438413312, 5686543339012978225006873713961872387810223003912610672810622880089 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ c * 2^(n^2) * n^(n^2) / exp(n^2), where
c = 1.7567468186007109703792640049745420817202851050652253469714... if n is even,
c = 1.8080216158688347442204158454365469233524049331246880759722... if n is odd.
MATHEMATICA
Table[Product[k^n+(n-k)^n, {k, 1, n}], {n, 0, 10}]
PROG
(PARI) vector(10, n, n--; prod(k=1, n, k^n+(n-k)^n)) \\ G. C. Greubel, Feb 08 2019
(Magma) [1] cat [(&*[k^n +(n-k)^n: k in [1..n]]): n in [1..10]]; // G. C. Greubel, Feb 08 2019
(Sage) [product(k^n +(n-k)^n for k in (1..n)) for n in (0..10)] # G. C. Greubel, Feb 08 2019
CROSSREFS
Sequence in context: A281651 A189308 A300597 * A017415 A046246 A302380
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jan 18 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 March 28 17:42 EDT 2024. Contains 371254 sequences. (Running on oeis4.)