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!)
A255358 Product_{k=0..n} (k^3)!. 8
1, 1, 40320, 439039216240867959122165760000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The next term a(4) has 122 digits.
LINKS
FORMULA
a(n) ~ c * n^(29/40 + 3*n/2 + 3*n^2/4 + 3*n^3/2 + 3*n^4/4) * (2*Pi)^(n/2) / exp(n*(n+2)*(12 - 6*n + 7*n^2)/16), where c = A255511 = 4.113740552015338123052453340090368136...
a(n) = Product_{j=1..n^3} j^(n - ceiling(j^(1/3)) + 1). - Vaclav Kotesovec, Apr 25 2024
MATHEMATICA
Table[Product[(k^3)!, {k, 0, n}], {n, 0, 6}]
Table[Product[j^(n - Ceiling[j^(1/3)] + 1), {j, 1, n^3}], {n, 0, 6}] (* Vaclav Kotesovec, Apr 25 2024 *)
CROSSREFS
Sequence in context: A259113 A195392 A172632 * A229675 A250905 A250949
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Feb 21 2015
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 26 18:29 EDT 2024. Contains 372840 sequences. (Running on oeis4.)