OFFSET
2,2
COMMENTS
Sum_{k>=0} A176696(k)/(2^k*k!)= e^Pi - Pi. - Jaume Oliver Lafont, Apr 24 2010
REFERENCES
J. H. Conway, personal communication.
LINKS
Harry J. Smith, Table of n, a(n) for n = 2..20000
Robert Munafo, Pi Day: the Second Approximation, RIES - Find Algebraic Equations, Given Their Solution.
Randall Munroe, e to the pi Minus pi, xkcd Web Comic #217, Jan 31 2007.
Simon Plouffe, exp(Pi)-Pi to 10000 digits
Simon Plouffe, exp(Pi)-Pi to 2000 digits
Wikipedia, Gelfond's constant.
EXAMPLE
19.99909997918947576726644298466904449606893684322510617247010181721652...
MAPLE
evalf(exp(Pi)-Pi, 140); # Alois P. Heinz, Sep 26 2023
MATHEMATICA
RealDigits[E^Pi-Pi, 10, 120][[1]] (* Harvey P. Dale, Mar 09 2014 *)
PROG
(PARI) { default(realprecision, 20080); x=(exp(1)^Pi-Pi)/10; for (n=2, 20000, d=floor(x); x=(x-d)*10; write("b018938.txt", n, " ", d)); } \\ Harry J. Smith, May 14 2009
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
STATUS
approved