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.

A076181 a(n) = (n^2)!/(n!)^(n+1)/(2n-1).

Original entry on oeis.org

1, 1, 56, 375375, 577185873264, 337143653615801672640, 112387296492020598351382561996800, 30035919199125011172228882156381540400453089375, 8612584407483201348696124216860807740603132996062773468500000000
Offset: 1

Views

Author

Benoit Cloitre, Nov 01 2002

Keywords

Crossrefs

Cf. A088020.

Programs

  • Mathematica
    a[n_] := (n^2)!/n!^(n+1)/(2*n-1); Array[a, 10] (* Amiram Eldar, May 05 2025 *)