login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A019706 Decimal expansion of sqrt(Pi)/4. 3
4, 4, 3, 1, 1, 3, 4, 6, 2, 7, 2, 6, 3, 7, 9, 0, 0, 6, 8, 2, 4, 5, 4, 1, 8, 7, 0, 8, 3, 5, 2, 8, 6, 2, 9, 5, 6, 9, 9, 3, 8, 7, 3, 6, 4, 0, 3, 0, 5, 9, 6, 7, 8, 2, 0, 5, 3, 4, 5, 1, 9, 4, 7, 4, 6, 3, 2, 2, 7, 8, 2, 1, 1, 4, 7, 7, 5, 8, 0, 4, 5, 3, 4, 3, 7, 3, 7, 6, 6, 4, 1, 8, 4, 6, 3, 6, 1, 6, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
I. S. Gradsteyn, I. M. Ryzhik, Table of integrals, series and products, (1980), page 420 (formulas 3.757.1, 3.757.2).
FORMULA
Equals sqrt(A019683). - Michel Marcus, Aug 31 2014
From A.H.M. Smeets, Sep 22 2018: (Start)
Equals Integral_{x >= 0} sin(8x)/sqrt(x) dx [Gradshteyn and Ryzhik].
Equals Integral_{x >= 0} cos(8x)/sqrt(x) dx [Gradshteyn and Ryzhik]. (End)
From Amiram Eldar, Aug 13 2020: (Start)
Equals Integral_{x=0..oo} x * exp(-x^4) dx.
Equals Integral_{x=0..oo} x^2 * exp(-x^2) dx. (End)
MAPLE
evalf(sqrt(Pi)/4, 120); # Muniru A Asiru, Sep 22 2018
PROG
(PARI) sqrt(Pi)/4 \\ Altug Alkan, Sep 22 2018
(PARI) intnum(x=0, [oo, -8*I], sin(8*x)/sqrt(x)) \\ Gheorghe Coserea, Sep 23 2018
(PARI) intnum(x=[0, -1/2], [oo, 8*I], cos(8*x)/sqrt(x)) \\ Gheorghe Coserea, Sep 23 2018
CROSSREFS
Cf. A019683.
Sequence in context: A016707 A131080 A010657 * A016497 A259259 A369882
KEYWORD
nonn,cons
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)