login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A204068
Decimal expansion of the Fresnel Integral Integral_{x>=0} sin(x^3) dx.
3
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,1
COMMENTS
Imaginary part associated with A204067.
LINKS
R. J. Mathar, Series expansion of generalized Fresnel integrals, arXiv:1211.3963 [math.CA], 2012, eq. (3.8).
Wikipedia, Fresnel Integral.
FORMULA
Equals Pi/(Gamma(2/3)* 3^(3/2)) = A073010 / A073006.
(this value)^2 + A204067^2 = A202623^2.
Equals Gamma(1/3)/6 = A073005 / 6. - Amiram Eldar, May 26 2023
EXAMPLE
0.446489755784624605609282...
MAPLE
evalf(Pi/GAMMA(2/3)/3^(3/2) ) ;
MATHEMATICA
RealDigits[Gamma[1/3]/6, 10, 120][[1]] (* Amiram Eldar, May 26 2023 *)
CROSSREFS
KEYWORD
nonn,cons,easy
AUTHOR
R. J. Mathar, Jan 10 2013
STATUS
approved