OFFSET
0,1
COMMENTS
When n pointlike particles are distributed uniformly randomly in a unit volume, the most probable distance between any of them and its nearest neighbor is C/n^(1/3).
For the mean distance, see A213054.
LINKS
S. Chandrasekhar, Stochastic problems in physics and astronomy, Reviews of modern physics, Vol. 15, No. 1 (1943), pp. 1-89.
FORMULA
C = (2*Pi)^(-1/3).
EXAMPLE
0.5419260701392890087445613648296367260...
MATHEMATICA
RealDigits[1/Surd[2*Pi, 3], 10, 100][[1]] (* Amiram Eldar, Jun 27 2021 *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Stanislav Sykora, Jun 03 2012
STATUS
approved