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!)
A272180 a(n) = Product_{k=0..n} (n^2 + k). 4
0, 2, 120, 11880, 1860480, 427518000, 135970773120, 57274321104000, 30885807297945600, 20759078324729606400, 17018214378110225280000, 16716468557742686853120000, 19383353274717848149493760000, 26198415087179810897268887040000, 40828604361516687201839617904640000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ exp(1/2) * n^(2*n + 2).
MATHEMATICA
Table[Product[n^2 + k, {k, 0, n}], {n, 0, 15}]
Table[n^2*Pochhammer[1 + n^2, n], {n, 0, 15}]
CROSSREFS
Sequence in context: A157069 A362459 A077540 * A187880 A331500 A024343
KEYWORD
nonn,easy
AUTHOR
Vaclav Kotesovec, Apr 21 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 April 25 13:40 EDT 2024. Contains 371970 sequences. (Running on oeis4.)