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!)
A179870 a(n) = ((n-1)! * (n+1)!) ^ 2. 0
4, 36, 2304, 518400, 298598400, 365783040000, 842764124160000, 3344930808791040000, 21407557176262656000000, 209815467884550291456000000, 3021342737537524196966400000000, 61783437639904832303765913600000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A175430(n) ^ 2 = ((Product_(k=1,2,...,n) k*A020725(k)) / n) ^ 2 = ((Product_(k=1,2,...,n) k*(k+1)) / n) ^ 2.
MATHEMATICA
Table[((n-1)!(n+1)!)^2, {n, 15}] (* Harvey P. Dale, Jul 12 2020 *)
PROG
(PARI) a(n)=(n-1)!^4*(n^4+2*n^3+n^2) \\ Charles R Greathouse IV, Jan 03 2013
CROSSREFS
Sequence in context: A086857 A174864 A175493 * A001152 A349848 A218515
KEYWORD
nonn,easy
AUTHOR
Jaroslav Krizek, Jul 30 2010
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 23 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)