cp's OEIS Frontend

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.

A293238 Decimal expansion of the escape probability for a random walk on the 3D bcc lattice.

Original entry on oeis.org

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

Views

Author

Andrey Zabolotskiy, Oct 03 2017

Keywords

Comments

The return probability equals unity minus this constant. The expected number of visits to the origin is the inverse of this constant, A091670.

Examples

			0.7177700110461299978211932236657794...
		

Crossrefs

Programs

  • Magma
    SetDefaultRealField(RealField(100)); R:= RealField(); (4*Pi(R)^3)/Gamma(1/4)^4; // G. C. Greubel, Oct 26 2018
  • Mathematica
    RealDigits[(4*Pi^3)/Gamma[1/4]^4, 10, 100][[1]] (* G. C. Greubel, Oct 26 2018 *)
  • PARI
    default(realprecision, 100); (4*Pi^3)/gamma(1/4)^4 \\ G. C. Greubel, Oct 26 2018
    

Formula

Equals 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
Equals Product_{n>=1} exp(beta(2n)/n), where beta(n) is the Dirichlet beta function. - Antonio GraciĆ” Llorente, Apr 03 2025
Equals Gamma(3/4)^4/Pi. - Stefano Spezia, Apr 05 2025