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.

A206161 Decimal expansion of the Fresnel integral int_{x=0..infinity} cos(x^4) dx.

Original entry on oeis.org

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

Views

Author

R. J. Mathar, Jan 10 2013

Keywords

Examples

			0.83740669676908648308360272218083226...
		

Crossrefs

Cf. A204067.

Programs

  • Maple
    evalf(Pi*cos(Pi/8)/GAMMA(3/4)/2^(3/2)) ;
  • Mathematica
    RealDigits[ Sqrt[2 + Sqrt[2]]*Gamma[1/4]/8, 10, 72] // First (* Jean-François Alcover, Feb 20 2013 *)

Formula

Equals A093954 * A144981 / A068465 .