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!)
A067055 a(n) = (n!)^(n*(n+1)/2). 3
1, 1, 8, 46656, 63403380965376, 15407021574586368000000000000000, 1009212044656507725162109374628859215872000000000000000000000, 46564508204734663249790730337537405675293855389346558493242680777666577039360000000000000000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
(Product of first n natural numbers )^(sum of first n natural numbers )
a(n) ~ (2*Pi)^(n*(n+1)/4) * n^(n*(n+1)*(2*n+1)/4) / exp((n+1)*(12*n^2 - 1)/24). - Vaclav Kotesovec, Apr 14 2023
EXAMPLE
a(5) = (5!)^(1+...+5) = 120^15 = 15407021574586368000000000000000. a(6) = 720^21.
MAPLE
seq(mul(mul(j^k, j=1..n), k=1..n), n=0..7); # Zerinvary Lajos, Jun 02 2007
MATHEMATICA
Table[n!^(n(n + 1)/2), {n, 1, 7}]
PROG
(PARI): for(n=1, 7, print1(n!^sum(k=1, n, k), ", "))
CROSSREFS
Sequence in context: A349113 A175855 A063374 * A137142 A368066 A036535
KEYWORD
easy,nonn
AUTHOR
Amarnath Murthy, Jan 02 2002
EXTENSIONS
More terms from Jason Earls and Robert G. Wilson v, Jan 04 2002
a(0)=1 prepended by Alois P. Heinz, Nov 13 2018
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 27 06:20 EDT 2024. Contains 372848 sequences. (Running on oeis4.)