[go: up one dir, main page]

login
A293238
Decimal expansion of the escape probability for a random walk on the 3D bcc lattice.
5
7, 1, 7, 7, 7, 0, 0, 1, 1, 0, 4, 6, 1, 2, 9, 9, 9, 7, 8, 2, 1, 1, 9, 3, 2, 2, 3, 6, 6, 5, 7, 7, 9, 4, 2, 6, 6, 5, 7, 1, 2, 9, 8, 8, 9, 3, 3, 9, 9, 8, 4, 3, 7, 1, 9, 8, 9, 7, 6, 3, 6, 6, 3, 8, 7, 7, 2, 6, 9, 4, 2, 3, 1, 2, 5, 8, 4, 9, 8, 6, 6, 3, 7, 0, 1, 6, 1
OFFSET
0,1
COMMENTS
The return probability equals unity minus this constant. The expected number of visits to the origin is the inverse of this constant, A091670.
FORMULA
Pi^2/(4*K(1/sqrt(2))^2), where K is the complete elliptic integral of the first kind.
Equals (4*Pi^3)/Gamma(1/4)^4. - G. C. Greubel, Oct 26 2018
EXAMPLE
0.7177700110461299978211932236657794...
MATHEMATICA
RealDigits[(4*Pi^3)/Gamma[1/4]^4, 10, 100][[1]] (* G. C. Greubel, Oct 26 2018 *)
PROG
(PARI) default(realprecision, 100); (4*Pi^3)/gamma(1/4)^4 \\ G. C. Greubel, Oct 26 2018
(Magma) SetDefaultRealField(RealField(100)); R:= RealField(); (4*Pi(R)^3)/Gamma(1/4)^4; // G. C. Greubel, Oct 26 2018
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Andrey Zabolotskiy, Oct 03 2017
STATUS
approved