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!)
A242624 Decimal expansion of Product_{n>1} (1-1/n)^(1/n). 6

%I #27 Feb 06 2022 02:49:43

%S 4,5,4,5,1,2,1,8,0,5,1,4,6,4,6,3,1,7,0,3,2,8,0,1,4,6,3,6,8,4,3,2,7,3,

%T 9,9,3,0,7,5,8,6,8,1,2,2,6,9,9,5,4,4,3,6,0,4,9,3,4,8,9,2,3,6,5,9,2,7,

%U 0,7,6,1,5,1,1,2,3,2,6,2,5,1,5,6,1,0,0,1,5,4,0,9,6,0,5,5,4,2,4,9

%N Decimal expansion of Product_{n>1} (1-1/n)^(1/n).

%D Steven R. Finch, Mathematical Constants, Cambridge, 2003, Section 2.9 p. 122.

%H G. C. Greubel, <a href="/A242624/b242624.txt">Table of n, a(n) for n = 0..1000</a>

%F From _Amiram Eldar_, Feb 06 2022: (Start)

%F Equals exp(-A085361).

%F Equals 1/A245254. (End)

%e 0.4545121805146463170328014636843273993...

%p evalf(exp(-sum((1-Zeta(n))/(1-n), n=2..infinity)), 120); # _Vaclav Kotesovec_, Dec 11 2015

%t Exp[-NSum[(1-Zeta[n])/(1-n), {n, 2, Infinity}, NSumTerms -> 300, WorkingPrecision -> 110]] // RealDigits[#, 10, 100]& // First

%o (PARI) default(realprecision, 100); exp(suminf(n=2, (zeta(n)-1)/(1-n))) \\ _G. C. Greubel_, Nov 15 2018

%o (Magma) SetDefaultRealField(RealField(100)); L:=RiemannZeta(); Exp((&+[(Evaluate(L,n)-1)/(1-n): n in [2..10^3]])); // _G. C. Greubel_, Nov 15 2018

%o (Sage) numerical_approx(exp(sum((zeta(k)-1)/(1-k) for k in [2..1000])), digits=100) # _G. C. Greubel_, Nov 15 2018

%Y Cf. A085361, A242623, A244625, A245254.

%K nonn,cons

%O 0,1

%A _Jean-François Alcover_, May 19 2014

%E Mma modified and data extended by _Jean-François Alcover_, May 23 2014

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 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)