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.

A349506 a(n) is the numerator of n!^(2*n)/(n^n^2).

Original entry on oeis.org

1, 1, 64, 6561, 63403380965376, 1000000000000, 10061319724179153710638694400000000000000, 9396559338406702410023114843902587890625, 528450425551613768181656289451784661530463698944000000000000000000, 13597557929083423616920569866317288159544321459878738801559053666747416576
Offset: 1

Views

Author

Stefano Spezia, Nov 20 2021

Keywords

Comments

a(n) is the numerator of a lower bound of the number of the vertices of the polytope of stochastic semi-magic n X n X n cubes, or equivalently, of the number of Latin squares of order n, or equivalently, of the number of n X n X n line-stochastic (0,1)-tensors (see Ahmed et al. and Zhang et al.).

Crossrefs

Programs

  • Mathematica
    Table[Numerator[n!^(2n)/(n^n^2)],{n,10}]
  • PARI
    a(n) = numerator(n!^(2*n)/n^n^2); \\ Michel Marcus, Nov 22 2021

Formula

a(n)/A349507(n) ~ n^(-n^2)*(exp(-n)*n^(n-1/2)*(1+12*n))^(2*n)*(Pi/72)^n.