This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A293237 #21 Sep 08 2022 08:46:19 %S A293237 7,4,3,6,8,1,7,6,3,4,9,5,3,5,1,2,2,8,9,0,4,9,6,9,8,1,9,3,6,5,3,7,6,4, %T A293237 8,0,5,0,9,6,0,2,2,5,0,9,0,5,1,2,1,7,0,5,6,6,2,0,4,4,3,9,3,4,0,1,9,4, %U A293237 3,3,5,6,7,3,5,3,7,6,6,8,2,2,9,6,1,1,0 %N A293237 Decimal expansion of the escape probability for a random walk on the 3D fcc lattice. %C A293237 The return probability equals unity minus this constant. The expected number of visits to the origin is the inverse of this constant. %C A293237 The escape probability for the hcp lattice also equals this constant. The escape probability for the diamond lattice is 3/4 times this constant. %H A293237 G. C. Greubel, <a href="/A293237/b293237.txt">Table of n, a(n) for n = 0..10000</a> %H A293237 Shunya Ishioka and Masahiro Koiwa, <a href="https://doi.org/10.1080/01418617808239187">Random walks on diamond and hexagonal close packed lattices</a>, Phil. Mag. A, 37 (1978), 517-533. %H A293237 G. L. Montet, <a href="https://doi.org/10.1103/PhysRevB.7.650">Integral methods in the calculation of correlation factors in diffusion</a>, Phys. Rev. B 7 (1973), 650-662. %H A293237 <a href="/index/Fa#fcc">Index entries for sequences related to f.c.c. lattice</a> %H A293237 <a href="/index/Wa#WALKS">Index entries for sequences related to walks</a> %F A293237 Equals 2^(14/3)*Pi^4/(9*Gamma(1/3)^6). %e A293237 0.74368176349535122890496981936537648... %t A293237 RealDigits[2^(14/3)*Pi^4/(9*Gamma[1/3]^6), 10, 100][[1]] (* _G. C. Greubel_, Oct 26 2018 *) %o A293237 (PARI) 2^(14/3)*Pi^4/(9*gamma(1/3)^6) \\ _Altug Alkan_, Apr 09 2018 %o A293237 (Magma) SetDefaultRealField(RealField(100)); R:= RealField(); 2^(14/3)*Pi(R)^4/(9*Gamma(1/3)^6); // _G. C. Greubel_, Oct 26 2018 %Y A293237 Cf. A242761, A293238. %K A293237 nonn,cons %O A293237 0,1 %A A293237 _Andrey Zabolotskiy_, Oct 03 2017