login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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