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.

A091670 Decimal expansion of Gamma(1/4)^4/(4*Pi^3).

Original entry on oeis.org

1, 3, 9, 3, 2, 0, 3, 9, 2, 9, 6, 8, 5, 6, 7, 6, 8, 5, 9, 1, 8, 4, 2, 4, 6, 2, 6, 0, 3, 2, 5, 3, 6, 8, 2, 4, 2, 6, 5, 7, 4, 8, 1, 2, 1, 7, 5, 1, 5, 6, 1, 7, 8, 7, 8, 9, 7, 4, 2, 8, 1, 6, 3, 1, 8, 8, 0, 3, 2, 4, 0, 1, 2, 5, 7, 5, 0, 3, 6, 6, 3, 0, 6, 7, 8, 6, 4, 7, 3, 2, 9, 8, 5, 7, 8, 0, 9, 5, 5, 5, 9, 9
Offset: 1

Views

Author

Eric W. Weisstein, Jan 27 2004

Keywords

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
This constant is transcendental due to a result of Nesterenko, who proves that Gamma(1/4) is algebraically independent of Pi. - Charles R Greathouse IV, Aug 19 2025

Examples

			1.39320392968567685918424626032536824265748121751561787897...
		

References

  • Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 5.9, p. 324.

Crossrefs

Programs

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 the square of A175574. Equals A000796/A068465^4. - R. J. Mathar, Jun 17 2016
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