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!)
A272179 a(n) = Product_{k=0..n} (n^2 - k). 3
0, 0, 24, 3024, 524160, 127512000, 42072307200, 18183435621120, 9993927307714560, 6816310367682816000, 5653408585997652480000, 5606015030436835542528000, 6551662594343454506664345600, 8914054345090074511550572953600, 13970892529731225585461744812032000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
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-1)*n*Pochhammer[1 - n + n^2, n], {n, 0, 15}]
CROSSREFS
Sequence in context: A189246 A001512 A217574 * A088731 A299697 A072529
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 June 1 14:02 EDT 2024. Contains 373023 sequences. (Running on oeis4.)