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.

A091777 Product of the numbers from (n-1)^2+1 to n^2.

Original entry on oeis.org

1, 24, 15120, 57657600, 741354768000, 23982224839372800, 1635195634511530291200, 208598907329474462760960000, 45687336913897607308591411200000, 16098703928453240136983769705676800000, 8673124144989289711553231707961190973440000
Offset: 1

Views

Author

Amarnath Murthy, Feb 16 2004

Keywords

Examples

			a(1) = 1, a(2) = 2*3*4, a(3) = 5*6*7*8*9.
		

Crossrefs

Cf. A091776.

Programs

  • Mathematica
    Table[(n^2)!/((n-1)^2)!, {n, 11}]

Formula

a(n) = (n^2)!/((n-1)^2)! - T. D. Noe, Oct 25 2004

Extensions

More terms from T. D. Noe, Oct 25 2004