A204068 Decimal expansion of the Fresnel Integral Integral_{x>=0} sin(x^3) dx.
4, 4, 6, 4, 8, 9, 7, 5, 5, 7, 8, 4, 6, 2, 4, 6, 0, 5, 6, 0, 9, 2, 8, 2, 1, 5, 6, 8, 2, 9, 1, 1, 2, 9, 4, 0, 6, 8, 8, 1, 1, 4, 8, 9, 6, 3, 2, 6, 2, 1, 6, 8, 5, 0, 1, 5, 8, 4, 0, 4, 7, 2, 1, 2, 6, 5, 0, 6, 9, 6, 0, 1, 6, 9, 4, 6, 2, 3, 9, 6, 9, 9, 2, 3, 4, 9, 7, 1, 4, 8, 1, 7, 3, 5, 3, 1, 4, 6, 4, 9, 0, 3, 1, 9, 3
Offset: 0
Examples
0.446489755784624605609282...
Links
- R. J. Mathar, Series expansion of generalized Fresnel integrals, arXiv:1211.3963 [math.CA], 2012, eq. (3.8).
- Wikipedia, Fresnel Integral.
Programs
-
Maple
evalf(Pi/GAMMA(2/3)/3^(3/2) ) ;
-
Mathematica
RealDigits[Gamma[1/3]/6, 10, 120][[1]] (* Amiram Eldar, May 26 2023 *)
Comments