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.

A086687 a(n) = binomial(n!,n).

Original entry on oeis.org

1, 1, 1, 20, 10626, 190578024, 189492294437160, 16321981448897949868560, 173117930575796585984663510371920, 300649979042426162195454856425990347600496000, 109109335363647915965076917082046041529603540914857910625920
Offset: 0

Views

Author

Jon Perry, Jul 28 2003

Keywords

Crossrefs

Cf. A036740.
Main diagonal of A180397.

Programs

Formula

From Vaclav Kotesovec, Jul 02 2016: (Start)
a(n) ~ (n!)^(n-1).
a(n) ~ 2^((n-1)/2) * Pi^((n-1)/2) * n^((2*n+1)*(n-1)/2) / exp(n^2-n-1/12).
(End)

Extensions

a(0)=1 prepended by Alois P. Heinz, Nov 06 2016