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!)
A272237 a(n) = Product_{k=0..n} (n^2+k)^k. 3
2, 180, 2090880, 6044699520000, 7151106328088486400000, 5159620144413185246982598164480000, 3167269298042065159436486399933762922086400000000, 2200712918907364598767850489247066133407004510957047455416320000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = ((n^2+n)!)^(n+1) / A272238(n).
a(n) ~ exp(n/3 + 3/8) * n^(n*(n+1)).
MATHEMATICA
Table[Product[(n^2+k)^k, {k, 0, n}], {n, 1, 10}]
Table[((n^2+n)!)^(n+1) * BarnesG[n^2 + 1] / BarnesG[n^2 + n + 2], {n, 1, 10}]
CROSSREFS
Sequence in context: A139942 A349748 A239548 * A094221 A324442 A032593
KEYWORD
nonn,easy
AUTHOR
Vaclav Kotesovec, Apr 23 2016
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 04:13 EDT 2024. Contains 371235 sequences. (Running on oeis4.)