OFFSET
0,1
COMMENTS
Also, decimal expansion of lim_{n->oo} 1/log(n)*primeProduct_{2<p<n} p/(p-1).
Also, decimal expansion of lim_{n->oo} e^H(n)-n*e^gamma, where H(n) is the n-th harmonic number. - Clark Kimberling, Jun 27 2013
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, page 86.
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..10000
FORMULA
Equals A073004/2. - Bruno Berselli, Mar 21 2013
EXAMPLE
0.8905362089950989926182520515535897745848226071517151...
MATHEMATICA
RealDigits[E^EulerGamma/2, 10, 100] // First
PROG
(PARI) default(realprecision, 100); exp(Euler)/2 \\ G. C. Greubel, Aug 31 2018
(Magma) R:= RealField(100); Exp(EulerGamma(R))/2; // G. C. Greubel, Aug 31 2018
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Jean-François Alcover, Mar 19 2013
STATUS
approved