The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A368722 a(n) = Product_{i=1..n, j=1..n, k=1..n} (i^3 + j^3 + k^3). 4
1, 3, 353736000, 4795587079853800623303366670123008000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Next term is too long to be included.
LINKS
FORMULA
Limit_{n->oo} a(n)^(1/(n^3)) / n^3 = exp(Integral_{x=0..1, y=0..1, z=0..1} log(x^3 + y^3 + z^3) dz dy dx) = 0.5334736919092639993380174031245...
MATHEMATICA
Table[Product[i^3 + j^3 + k^3, {i, 1, n}, {j, 1, n}, {k, 1, n}], {n, 0, 5}]
CROSSREFS
Sequence in context: A058469 A367670 A081508 * A067481 A058433 A154998
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jan 04 2024
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 May 17 18:28 EDT 2024. Contains 372603 sequences. (Running on oeis4.)