login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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. 3
12, 4320, 87091200, 158018273280000, 37845502865178624000000, 1649653134695488211543654400000000, 17257672962657131355854388575443353600000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,1
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 ).
LINKS
Robert Coquereaux, Quantum McKay correspondence and global dimensions for fusion and module-categories associated with Lie groups, arXiv preprint arXiv:1209.6621 [math.QA], 2012-2013. - From N. J. A. Sloane, Dec 29 2012
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)
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 *)
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.
Sequence in context: A105067 A096732 A127233 * A287889 A288967 A361106
KEYWORD
easy,nonn,changed
AUTHOR
Robert Coquereaux, Apr 05 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)