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.

Showing 1-1 of 1 results.

A107447 a(n) = binomial(n!, n^2).

Original entry on oeis.org

1, 0, 0, 735471, 41749257038001257014137504, 8072776113194557737391130747136885454937928869204466648295480, 34145180671088019813488798475366394184193477615213303683031012996650190080826664983024305988320017979711374101114480000
Offset: 1

Views

Author

Zak Seidov, May 26 2005

Keywords

Crossrefs

Cf. A014062 C(n^2, n), A086687 C(n!, n), A067454.

Programs

  • Magma
    [Binomial(Factorial(n), n^2): n in [1..9]]; // G. C. Greubel, Mar 24 2024
    
  • Mathematica
    a[n_]:= Binomial[n!, n^2]; Array[a, 10]
  • SageMath
    [binomial(factorial(n), n^2) for n in range(1,10)] # G. C. Greubel, Mar 24 2024

Formula

From Vaclav Kotesovec, May 28 2025: (Start)
a(n) ~ n!^(n^2) / (n^2)!.
a(n) ~ (2*Pi)^((n^2 - 1)/2) * n^(n^3 - 3*n^2/2 - 1) / exp(n^3 -n^2 - n/12). (End)
Showing 1-1 of 1 results.