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.

A019704 Decimal expansion of sqrt(Pi)/2.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Also half integral of f(x)=sqrt(x) with 0<=x<=1 and half derivative of the same f(x). See Fractional Calculus link. - Andrea Pinos, Jul 15 2023

Examples

			sqrt(Pi)/2 = 0.886226925452758013649...
		

References

  • C. C. Clawson, The Beauty and Magic of Numbers. New York: Plenum Press (1996): 210.
  • Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 1.4.3, p. 22.

Crossrefs

Cf. A003881.

Programs

Formula

Equals (1/2)! = Gamma(3/2). - Benoit Cloitre, Apr 24 2003
Equals Integral_{x=0..oo} exp(-x^2) dx = Integral_{x=0..oo} exp(-(x - 1/x)^2) dx = Integral_{x=0..1} sqrt(log(1/x)) dx. - Jean-François Alcover, Mar 28 2013
Equals sqrt(A003881). - Michel Marcus, Aug 31 2014
From A.H.M. Smeets, Sep 22 2018: (Start)
Equals Integral_{x >= 0} sin(2x)/sqrt(x) dx [Gradshteyn and Ryzhik].
Equals Integral_{x >= 0} cos(2x)/sqrt(x) dx [Gradshteyn and Ryzhik]. (End)
Equals Integral_{x=0..oo} sin(x^2)^2/x^2 dx. - Amiram Eldar, Aug 21 2020