OFFSET
0,1
LINKS
Alois P. Heinz, Table of n, a(n) for n = 0..10000
Hartosh Singh Bal and Gaurav Bhatnagar, Prime number conjectures from the Shapiro class structure, arXiv:1903.09619 [math.NT], 2019.
Eric Weisstein's World of Mathematics, Euler-Mascheroni Constant.
Eric Weisstein's World of Mathematics, Harmonic Number (with contribution from Jonathan Sondow).
Eric Weisstein's World of Mathematics, Lg.
FORMULA
Equals Integral_{x=-infinity..infinity} x*2^(-x)*log(2)*exp(-2^(-x)) dx. - Alois P. Heinz, Nov 09 2016
EXAMPLE
0.83274617727686715064641751940811553516243153102632810163149819758458\ 1351446095842290202600344430630467860292319092706478030883524064025...
MATHEMATICA
RealDigits[Limit[Sum[D[Log[2, x], x] /. x -> k, {k, 1, n}] - Log[2, n], n -> Infinity], 10, 135][[1]]
PROG
(PARI) Euler/log(2) \\ Michel Marcus, Jun 02 2020
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Joseph Biberstine (jrbibers(AT)indiana.edu), Dec 05 2004
STATUS
approved