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!)
A179268 Product of numbers between and including n and n^2. 5
1, 24, 181440, 3487131648000, 646300418472124416000000, 3099944389915843478899995401256960000000, 844835922269816056767016893501799134566045599137792000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) = Product_{k=n..n^2} k;
a(n) = A088020(n)/A000142(n-1).
LINKS
FORMULA
a(n) = (n^2)! / (n-1)!.
EXAMPLE
a(2) = 2*3*4 = 24;
a(3) = 3*4*5*6*7*8*9 = 181440.
MATHEMATICA
Table[Times@@Range[n, n^2], {n, 10}] (* Harvey P. Dale, Sep 16 2020 *)
PROG
(Magma) [Factorial(n^2) / Factorial(n-1): n in [1..10]]; // Vincenzo Librandi, May 31 2011
CROSSREFS
Sequence in context: A210278 A201495 A258924 * A056947 A305760 A048057
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jul 06 2010
EXTENSIONS
Definition clarified by Harvey P. Dale, Sep 16 2020
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 16 07:08 EDT 2024. Contains 371698 sequences. (Running on oeis4.)