OFFSET
1,2
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000
Stephen Crowley, Two New Zeta Constants, arXiv:1207.1126 [math.NT], 2012, page 17.
Wikipedia, Logarithmic integral function.
FORMULA
Sum_{n >= 1} 1/(n*n!) = Ei(1)-gamma where Ei is the exponential integral and gamma is Euler's constant.
Also pFq(1,1; 2,2; 1) where pFq is the generalized hypergeometric function.
Also li(e)-gamma, e being the Euler constant (A001113) and li the logarithmic integral function. - Stanislav Sykora, May 09 2015
Continued fraction expansion: Ei(1) - gamma = 1/(1 - 1^3/(5 - 2^3/(11 -...-(n-1)^3/(n^2+n-1) -...))). See A061572. - Peter Bala, Feb 01 2017
From Amiram Eldar, Aug 01 2020: (Start)
Equals Integral_{x=0..1} (exp(x) - 1)/x dx.
Equals -Integral_{x=0..1} exp(x)*log(x) dx.
Equals -Integral_{x=1..e} log(log(x)) dx. (End)
Equals e * Sum_{k>=1} (-1)^(k+1)*H(k)/k!, where H(k) = A001008(k)/A002805(k) is the k-th harmonic number. - Amiram Eldar, Jun 25 2021
EXAMPLE
1.3179021514544038948600088442492318379749012457927839928404611969976461...
MAPLE
evalf(Ei(1)-gamma, 120); # Vaclav Kotesovec, May 10 2015
MATHEMATICA
RealDigits[ ExpIntegralEi[1] - EulerGamma, 10, 100] // First
PROG
(PARI) -Euler-real(eint1(-1)) \\ Charles R Greathouse IV, Oct 01 2013
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Jean-François Alcover, Oct 01 2013
STATUS
approved