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!)
A244625 Decimal expansion of Product_{n>1} (1 - 1/n^2)^(1/n). 3
7, 9, 9, 3, 7, 0, 4, 0, 1, 3, 0, 6, 3, 3, 2, 8, 7, 8, 9, 8, 7, 2, 5, 2, 8, 5, 3, 9, 7, 5, 3, 5, 2, 5, 6, 6, 8, 7, 7, 7, 0, 2, 3, 5, 0, 8, 4, 3, 4, 8, 4, 1, 2, 5, 8, 9, 1, 9, 6, 3, 4, 3, 3, 1, 2, 8, 7, 0, 8, 3, 1, 9, 9, 7, 1, 7, 6, 1, 4, 6, 0, 5, 9, 5, 7, 1, 7, 7, 6, 5, 9, 7, 0, 3, 7, 2, 4, 7, 5, 3, 5, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge, 2003, Section 2.9 Alladi-Grinstead Constant, p. 122.
LINKS
FORMULA
Equals exp(-Sum_{n>0} (zeta(2*n+1) - 1)/n).
Equals A242623 * A242624.
Also equals A242623 * exp(-A085361).
EXAMPLE
0.7993704013063328789872528539753525668777...
MAPLE
evalf(exp(-sum((Zeta(2*n+1)-1)/n, n=1..infinity)), 120); # Vaclav Kotesovec, Dec 11 2015
MATHEMATICA
digits = 102; Exp[-NSum[(Zeta[2*n+1]-1)/n, {n, 1, Infinity}, NSumTerms -> 300, WorkingPrecision -> digits+10]] // RealDigits[#, 10, digits]& // First
PROG
(PARI) default(realprecision, 100); exp(-suminf(n=1, (zeta(2*n+1)-1)/n)) \\ G. C. Greubel, Nov 15 2018
(Magma) SetDefaultRealField(RealField(100)); L:=RiemannZeta(); Exp(-(&+[(Evaluate(L, 2*n+1)-1)/n: n in [1..10^3]])); // G. C. Greubel, Nov 15 2018
(Sage) numerical_approx(exp(-sum((zeta(2*n+1)-1)/n for n in [1..1000])), digits=100) # G. C. Greubel, Nov 15 2018
CROSSREFS
Sequence in context: A021930 A200103 A198753 * A363906 A347218 A175642
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 16 12:52 EDT 2024. Contains 371711 sequences. (Running on oeis4.)