OFFSET
1,3
COMMENTS
The mode of the distribution of distances between two points in a unit ball. The probability density function is f(x) = 3*x^2 - 9*x^3/4 + 3*x^5/16, its mean is 36/35, and its median is A395020.
LINKS
Eric Weisstein's World of Mathematics, Ball Line Picking.
FORMULA
Minimal polynomial: 5*x^2 + 10*x - 16.
EXAMPLE
1.049390153191919676644207736104210398147006532690966...
MATHEMATICA
RealDigits[Sqrt[105]/5 - 1, 10, 120][[1]]
PROG
(PARI) list(len) = my(c = 2*(quadgen(105)-3)/5); digits(floor(10^len * c));
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Amiram Eldar, Apr 10 2026
STATUS
approved
