login
A051051
Denominators of the probability that the convex hull of n+2 randomly chosen points in the unit ball B^n has n+1 vertices (with factor of Pi^n dropped for n even).
5
1, 12, 143, 648000, 12964479, 1721036800000, 2077805148460987, 5041895218133760000000, 14154229032767142723739127, 51951524164830314976613655528865792, 26139242043667199795045152494924574325, 27693064436166084251915569647372450555221803794432
OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, Sylvester's Four-Point Problem.
FORMULA
a(n) = denominator(((n+2) / 2^n) * binomial(n+1, (n+1)/2)^(n+1) / binomial((n+1)^2, (n+1)^2/2)) / Pi^(n*(1-(n mod 2))). - Amiram Eldar, Oct 28 2025
MATHEMATICA
a[n_] := Denominator[(n+2)/2^n * Binomial[n+1, (n+1)/2]^(n+1) / Binomial[(n+1)^2, (n+1)^2/2]] / Pi^(n*(1 - Mod[n, 2])); Array[a, 13] (* Amiram Eldar, Oct 28 2025 *)
CROSSREFS
Cf. A051050 (numerators).
Sequence in context: A172210 A171317 A004191 * A328468 A208382 A208070
KEYWORD
nonn,frac,easy
EXTENSIONS
Offset corrected by Amiram Eldar, Oct 28 2025
STATUS
approved