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.

A169657 The classical Lie superfactorial of type Dr ~ SO(2r): When a Lie group G is simply laced, the classical Lie superfactorial sf_G is the product of s! where s belongs to the multiset E of exponents of G. Here G=Dr.

Original entry on oeis.org

12, 4320, 87091200, 158018273280000, 37845502865178624000000, 1649653134695488211543654400000000, 17257672962657131355854388575443353600000000000
Offset: 3

Views

Author

Robert Coquereaux, Apr 05 2010

Keywords

Comments

To every simple Lie group G one can associate both a quantum and a classical superfactorial of type G.
The classical Lie superfactorial of type G, denoted sf_G, is defined as the classical limit (q-->1) of the quantum Weyl denominator of G.
If G is simply laced (ADE Dynkin diagrams), i.e., Ar,Dr,E6,E7,E8 cases, the integer sf_G is the product of s!, where s runs over the multiset of exponents of G.
The usual superfactorial r --> sf[r] is recovered as the Lie superfactorial r --> sf_{Ar} of type Ar [nonascii characters here] SU(r+1), sequence A000178.
The given sequence is the Lie superfactorial of type Dr: r --> sf_{Dr} = (g/2)! Product_{s in 1,3,5,... g-1} s! , with g = 2r-2.
If G is exceptional of type E, the Lie superfactorial does not define an infinite sequence (see A169667).
If G is not simply laced, i.e., (Br, Cr, G2, F4) cases, the Lie superfactorial is also simply related to the product of factorials s! where s belongs to the multiset E of exponents of G. See sequences A169668.
The classical Lie superfactorial of type G enters the asymptotic expression giving the global dimension of a monoidal category of type G at level k, when k is large.
Call r the rank of G, gamma its Coxeter number, Delta the determinant of the fundamental quadratic form, and dim(G) its dimension, the asymptotic expression reads : k^dim(G) / ((2 pi)^(r gamma) Delta (sf_G)^2 ).

Crossrefs

A000178 gives sf_G for G=Ar=SU(r+1). A169667 gives sf_G for G=E6, E7, E8. A169668 describes sf_G for non-simply laced series.

Programs

  • Mathematica
    sfD[r_] := Factorial[(2 r - 2)/2] Product[Factorial[s], {s, 1, (2 r - 2) - 1, 2}]
    Table[Sqrt[BarnesG[2*n]*Gamma[n]] / 2^((n-1)/2), {n,3,10}] (* Vaclav Kotesovec, Apr 19 2024 *)
    Table[Det[Table[i^(2*j), {i, 1, n-1}, {j, 1, n-1}]], {n, 3, 10}] (* Vaclav Kotesovec, Apr 19 2024 *)

Formula

From Vaclav Kotesovec, Apr 19 2024: (Start)
a(n) = sqrt(BarnesG(2*n)*Gamma(n)) / 2^((n-1)/2).
a(n) ~ 2^(n^2 - n + 17/24) * Pi^(n/2) * n^(n^2 - n/2 - 1/24) / (sqrt(A) * exp(3*n^2/2 - n/2 - 1/24)), where A is the Glaisher-Kinkelin constant A074962.
(End)