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!)
A272167 a(n) = Product_{k=2..n} (k^2-k)^k. 1
1, 4, 864, 17915904, 57330892800000, 41794220851200000000000, 9635211808655307020697600000000000, 931891782579353562478377930946353561600000000000, 48457159197906991133853954271145046614004301737177907200000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) ~ A^2 * sqrt(2*Pi) * n^(n^2 + n - 1/3) / exp(n*(n+2)/2), where A = A074962 is the Glaisher-Kinkelin constant.
a(n) = n^n * Gamma(n)^(2*n-1) / BarnesG(n)^2. - Vaclav Kotesovec, Apr 21 2024
MATHEMATICA
Table[Product[(k^2-k)^k, {k, 2, n}], {n, 1, 10}]
Table[n^n * Gamma[n]^(2*n-1) / BarnesG[n]^2, {n, 1, 10}] (* Vaclav Kotesovec, Apr 21 2024 *)
PROG
(PARI) a(n) = prod(k=2, n, (k^2-k)^k); \\ Michel Marcus, Nov 18 2021
CROSSREFS
Sequence in context: A176186 A332184 A221232 * A255269 A113896 A159706
KEYWORD
nonn,easy
AUTHOR
Vaclav Kotesovec, Apr 21 2016
EXTENSIONS
Definition corrected by Georg Fischer, Nov 18 2021
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 July 7 15:38 EDT 2024. Contains 374106 sequences. (Running on oeis4.)