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!)
A091477 Decimal expansion of (3*Catalan*Pi)/4 - Pi^3/64 + (Pi^2*log(64))/64 - (105*zeta(3))/64. 1
3, 4, 2, 9, 4, 7, 4, 4, 9, 8, 1, 6, 8, 3, 1, 4, 7, 5, 1, 8, 6, 8, 7, 3, 4, 5, 1, 4, 2, 1, 1, 7, 5, 4, 1, 5, 6, 3, 6, 9, 1, 9, 3, 1, 6, 0, 9, 4, 0, 4, 0, 4, 1, 3, 2, 2, 1, 8, 3, 0, 2, 8, 4, 0, 5, 9, 9, 4, 7, 5, 9, 3, 7, 3, 9, 2, 8, 1, 2, 0, 4, 5, 8, 2, 4, 4, 1, 1, 8, 7, 5, 7, 5, 2, 7, 1, 6, 2, 3, 1, 4, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Eric Weisstein's World of Mathematics, Definite Integral
FORMULA
Equals Integral_{t=0..Pi/4} t^3/sin(t)^2 dt.
EXAMPLE
0.342947449816831475186873451421175415636919316094040413221830284...
MATHEMATICA
RealDigits[(48*Catalan*Pi - Pi^3 + Pi^2*Log[64] - 105*Zeta[3])/64, 10, 100][[1]] (* G. C. Greubel, Aug 25 2018 *)
PROG
(PARI) default(realprecision, 100); (48*Catalan*Pi - Pi^3 + Pi^2*log(64) - 105*zeta(3))/64 \\ G. C. Greubel, Aug 25 2018
(Magma) SetDefaultRealField(RealField(100)); R:=RealField(); L:=RiemannZeta(); (48*Catalan(R)*Pi(R) - Pi(R)^3 + Pi(R)^2*Log(64) - 105*Evaluate(L, 3))/64; // G. C. Greubel, Aug 25 2018
CROSSREFS
Sequence in context: A346237 A199271 A215175 * A075593 A145421 A338245
KEYWORD
nonn,cons
AUTHOR
Eric W. Weisstein, Jan 13 2004
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 30 12:47 EDT 2024. Contains 372134 sequences. (Running on oeis4.)