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!)
A241995 Decimal expansion of the limit when n -> infinity of the product Product_{k=1..2n+1} (1 - 2/(2*k+1))^(k*(-1)^k). 1
2, 9, 5, 3, 8, 8, 6, 6, 3, 9, 3, 3, 0, 7, 1, 6, 9, 5, 8, 8, 7, 1, 4, 4, 9, 9, 8, 3, 2, 9, 5, 4, 4, 1, 5, 3, 0, 9, 4, 2, 7, 7, 2, 4, 7, 5, 1, 1, 7, 7, 3, 6, 3, 5, 1, 5, 1, 3, 7, 5, 5, 5, 2, 0, 4, 3, 6, 6, 3, 5, 4, 4, 1, 7, 8, 6, 2, 0, 3, 6, 0, 8, 4, 8, 2, 0, 7, 0, 5, 0, 5, 3, 9, 5, 5, 7, 0, 1, 2, 3, 1, 3, 3, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
J.-P. Allouche, A note on products involving zeta(3) and Catalan's constant. arXiv:1305.6247v3 [math.NT], 2013-2014.
FORMULA
Equals exp(2*G/Pi + 1/2), where G is Catalan's constant (G = A006752 = 0.915965594...).
EXAMPLE
2.95388663933071695887144998329544153094277247511773635151375552...
MATHEMATICA
RealDigits[Exp[2*Catalan/Pi + 1/2] , 10, 104] // First
PROG
(PARI) default(realprecision, 100); exp(2*Catalan/Pi + 1/2) \\ G. C. Greubel, Aug 25 2018
(Magma) SetDefaultRealField(RealField(100)); R:=RealField(); Exp(2*Catalan(R)/Pi(R) + 1/2); // G. C. Greubel, Aug 25 2018
CROSSREFS
Sequence in context: A160208 A248364 A021776 * A019708 A201397 A077124
KEYWORD
nonn,cons,easy
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 24 15:49 EDT 2024. Contains 371961 sequences. (Running on oeis4.)