OFFSET
0,1
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 5.9 Polya's Random Walk Constants, p. 324.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Eric Weisstein's MathWorld, Polya's Random Walk Constants
FORMULA
k_3 = 8*sqrt(6)*Pi^2/(Gamma(5/24)*Gamma(7/24)*Gamma(11/24)), where 'Gamma' is the Euler gamma function.
Asymptotic probability ~ k_3 / ||l||, where the norm ||l|| of the position of the lattice point l tends to infinity.
EXAMPLE
0.314870231359620178075173919418806877058963424590140551084080307273108...
MATHEMATICA
k3 = 8*Sqrt[6]*Pi^2/(Gamma[1/24]*Gamma[5/24]*Gamma[7/24]*Gamma[11/24]); RealDigits[k3, 10, 105] // First
CROSSREFS
KEYWORD
AUTHOR
Jean-François Alcover, Jul 29 2014
STATUS
approved