login
A032369
Hall normalization constants.
0
1, 2, 35, 71680, 2342475135, 15348366279966720, 2492793923102873600710500, 117177502102127147176107712708608000, 186733555312073832495246142097242616441661862500, 113089197439108073602054517201873021784680788485222929793024000
OFFSET
1,2
LINKS
P. B. Slater, Hall normalization constants ..., J. Phys. A, 32 (1999), 8231-8246.
H.-J. Sommers and K. Zyczkowski, Bures volume of the set of mixed quantum states
FORMULA
a(n) = numerator of 2^(n^2-n) * Gamma(n^2/2) / (Pi^(n/2) * Product_{i=1..n+1} Gamma(i)).
MATHEMATICA
a[1]=1; a[n_] := Numerator[2^(n^2-n) Gamma[n^2/2]/(Pi^(n/2) BarnesG[n+2])];
Array[a, 7] (* Jean-François Alcover, Feb 18 2019 *)
CROSSREFS
Sequence in context: A325630 A292702 A133013 * A134729 A342674 A309209
KEYWORD
nonn
AUTHOR
Paul Slater (slater(AT)itp.ucsb.edu)
EXTENSIONS
a(8)-a(10) from Sean A. Irvine, Jun 19 2020
STATUS
approved