OFFSET
1,2
REFERENCES
R. K. Guy, Unsolved Problems in Number Theory, Springer, 1st edition, 1981. See section E10.
LINKS
Steven R. Finch, Mean width of a regular simplex, arxiv:1111.4976 [math.MG], (2016), mu_3.
FORMULA
Equals 3*A087197.
EXAMPLE
1.6925687506432688608442383546823177...
MAPLE
3/sqrt(Pi); evalf(%) ;
MATHEMATICA
First[RealDigits[3/Sqrt[Pi], 10, 100]] (* Paolo Xausa, Apr 29 2024 *)
PROG
(Python)
from mpmath import mp, sqrt, pi
mp.dps=90
print([int(z) for z in list(str(3/sqrt(pi)).replace('.', '')[:-2])]) # Indranil Ghosh, Jul 08 2017
(PARI) 3/sqrt(Pi) \\ Charles R Greathouse IV, Oct 01 2022
CROSSREFS
KEYWORD
AUTHOR
R. J. Mathar, Jul 07 2017
STATUS
approved