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”).

A206769
Decimal expansion of the Fresnel integral Integral_{x=0..oo} sin(x^4) dx.
1
3, 4, 6, 8, 6, 5, 2, 1, 1, 0, 2, 3, 8, 0, 9, 4, 9, 6, 0, 4, 2, 0, 3, 5, 1, 0, 0, 0, 4, 7, 1, 1, 3, 3, 2, 5, 3, 1, 8, 1, 1, 8, 7, 8, 0, 5, 7, 1, 6, 2, 0, 0, 8, 2, 3, 3, 6, 4, 4, 9, 2, 4, 3, 8, 6, 8, 1, 1, 8, 2, 9
OFFSET
0,1
COMMENTS
Imaginary part associated with A206161.
FORMULA
Equals A093954 * A182168 / A068465.
(this constant)^2 + A206161 ^2 = A068467 ^2.
EXAMPLE
0.3468652110238094960420351000471...
MAPLE
evalf(Pi*sin(Pi/8)/GAMMA(3/4)/2^(3/2)) ;
MATHEMATICA
RealDigits[Pi * Sin[Pi/8] / (2^(3/2) * Gamma[3/4]), 10, 120][[1]] (* Amiram Eldar, Aug 23 2024 *)
CROSSREFS
KEYWORD
nonn,cons,easy
AUTHOR
R. J. Mathar, Jan 10 2013
STATUS
approved