login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A086232
Decimal expansion of probability that a random walk on a 4-d lattice returns to the origin.
13
1, 9, 3, 2, 0, 1, 6, 7, 3, 2, 2, 4, 9, 8, 3, 9, 3, 7, 3, 4, 1, 8, 7, 0, 9, 7, 3, 3, 2, 9, 3, 6, 9, 1, 6, 0, 5, 7, 5, 8, 7, 3, 3, 8, 6, 4, 5, 0, 1, 3, 9, 4, 9, 5, 8, 3, 5, 0, 2, 6, 1, 8, 5, 7, 0, 9, 6, 3, 2, 2, 9, 2, 4, 9, 5, 8, 1, 0, 8, 4, 6, 0, 2, 9, 4, 4, 3
OFFSET
0,2
REFERENCES
Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 5.9, p. 323.
LINKS
Eric Weisstein's World of Mathematics, Pólya's Random Walk Constants.
FORMULA
Equals 1 - 1/A242812. - Amiram Eldar, Aug 28 2020
EXAMPLE
0.19320167322498393734187097332936916057587338645...
MATHEMATICA
First[RealDigits[1 - 1/NIntegrate[BesselI[0, t/4]^4 * Exp[ -t], {t, 0, Infinity}, PrecisionGoal->50, WorkingPrecision->350]]] (* Ryan Propper, Jul 12 2005 *)
CROSSREFS
KEYWORD
nonn,cons,changed
AUTHOR
Eric W. Weisstein, Jul 12 2003
EXTENSIONS
More terms from Ryan Propper, Jul 12 2005
a(51) corrected and more terms using the data at A242812 added by Amiram Eldar, Aug 28 2020
STATUS
approved