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.

A068467 Decimal expansion of (1/4)! = Gamma(5/4).

Original entry on oeis.org

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

Views

Author

Benoit Cloitre, Mar 10 2002

Keywords

Examples

			0.906402477055477077982671288966918000748791920720...
		

Crossrefs

Cf. A202623.

Programs

  • Magma
    SetDefaultRealField(RealField(100)); Gamma(5/4); // G. C. Greubel, Mar 11 2018
  • Maple
    evalf(GAMMA(5/4)) ; # R. J. Mathar, Jan 10 2013
  • Mathematica
    RealDigits[Gamma[5/4],10,120][[1]] (* Harvey P. Dale, Aug 23 2013 *)
  • PARI
    gamma(5/4) \\ Altug Alkan, Sep 18 2016
    

Formula

2^(3/4)*(2/e^(16*Pi) + 1)* Pi^(3/4)/(2^(13/16)/(sqrt(2) - 1)^(1/4) + 2^(1/4) + 1) is a very good approximation (~88 digits) which becomes exact if you replace (2/e^(16*Pi) + 1) by EllipticTheta[3,0,exp(-(16*Pi))]. [R. W. Gosper, Posting to Math Fun Mailing List, Dec 27 2011.]
Equals A068466 /4 . - R. J. Mathar, Jan 10 2013
Also equals integral_{0..oo} exp(-x^4) dx. - Jean-François Alcover, Mar 29 2013
Equals 2^(-5/4)*Pi^(3/4)*Product_{k>=1} tanh(Pi*k/2). - Keshav Raghavan, Aug 25 2016

Extensions

Removed leading zero and adjusted offset, R. J. Mathar, Feb 06 2009
Additional reference from Joerg Arndt, Dec 28 2011
Edited by N. J. A. Sloane, Dec 28 2011