OFFSET
0,1
COMMENTS
This is the probability that a Gaussian triangle in 5 dimensions is obtuse.
Also, the probability that the distance between 2 randomly selected points within a 4-dimensional ball will be smaller than its radius. - Amiram Eldar, Apr 14 2022
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..5000
Steven R. Finch, Random Triangles, January 21, 2010. [Cached copy, with permission of the author]
Eric Weisstein's World of Mathematics, Ball Line Picking.
Eric Weisstein's World of Mathematics, Gaussian Triangle Picking.
MATHEMATICA
RealDigits[1 - (9*Sqrt[3])/(8*Pi), 10, 50][[1]] (* G. C. Greubel, Jun 02 2017 *)
PROG
(PARI) 1 - (9*sqrt(3))/(8*Pi) \\ G. C. Greubel, Jun 01 2017
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Mark Hudson (mrmarkhudson(AT)hotmail.com), Jan 13 2005
STATUS
approved