cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A179870 a(n) = ((n-1)! * (n+1)!) ^ 2.

Original entry on oeis.org

4, 36, 2304, 518400, 298598400, 365783040000, 842764124160000, 3344930808791040000, 21407557176262656000000, 209815467884550291456000000, 3021342737537524196966400000000, 61783437639904832303765913600000000
Offset: 1

Views

Author

Jaroslav Krizek, Jul 30 2010

Keywords

Programs

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.