OFFSET
1,2
COMMENTS
Watson's first triple integral.
This is also the value of F. Morley's series from 1902 Sum_{k=0..n} (risefac(k,1/2)/k!)^3 = hypergeometric([1/2,1/2,1/2],[1,1],1) with the rising factorial risefac(n,x). See A277232, also for the Hardy reference and a MathWorld link. - Wolfdieter Lang, Nov 11 2016
REFERENCES
Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 5.9, p. 324.
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000
A. M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, Tenth Printing, 1972, p. 256, 6.1.17 , p. 557, 15.1.26.
M. L. Glasser, I. J. Zucker, Extended Watson integrals for the cubic lattices, Proc. Nat. Acad. Sci., Vol. 74, No. 5 (1977), p. 1800-1801.
Paul J. Nahin, Inside interesting integrals, Undergrad. Lecture Notes in Physics, Springer (2020), (6.5.1)
Tito Piezas III, Watson's triple integrals.
Eric Weisstein's World of Mathematics, Watson's Triple Integrals.
I. J. Zucker, 70+years of the Watson integrals, J. Stat. Phys., Vol. 145, No. 3 (2011), pp. 591-612.
FORMULA
From Joerg Arndt, Nov 27 2010: (Start)
Equals 1/agm(1,sqrt(1/2))^2.
Equals Gamma(1/4)^4 / (4*Pi^3) = Pi / (Gamma(3/4))^4 = hypergeom([1/2,1/2],[1],1/2)^2, see the two Abramowitz - Stegun references. (End)
Equals hypergeom([1/2,1/2,1/2],[1,1],1) - Wolfdieter Lang, Nov 12 2016
Equals Sum_{k>=0} binomial(2*k,k)^3/2^(6*k). - Amiram Eldar, Aug 26 2020
EXAMPLE
1.39320392968567685918424626032536824265748121751561787897...
MAPLE
Pi/GAMMA(3/4)^4 ; evalf(%) ; # R. J. Mathar, Jun 17 2016
MATHEMATICA
RealDigits[ N[ Gamma[1/4]^4/(4*Pi^3), 102]][[1]] (* Jean-François Alcover, Nov 12 2012, after Eric W. Weisstein *)
PROG
(PARI) 1/agm(sqrt(1/2), 1)^2 \\ Charles R Greathouse IV, Mar 03 2016
(Magma) SetDefaultRealField(RealField(100)); R:= RealField(); Gamma(1/4)^4/(4*Pi(R)^3); // G. C. Greubel, Oct 26 2018
CROSSREFS
KEYWORD
AUTHOR
Eric W. Weisstein, Jan 27 2004
STATUS
approved