OFFSET
0,1
COMMENTS
The question of the transcendence of the number Pi + e is still open.
LINKS
Harry J. Smith, Table of n, a(n) for n = 0..19999
G. Xiao, Contfrac
EXAMPLE
a(1) = 5 because Pi + e = 5.859874482048838473822930854632165381954416493075065395941912220031...
5.859874482048838473822930854... = 5 + 1/(1 + 1/(6 + 1/(7 + 1/(3 + ...)))). - Harry J. Smith, May 31 2009
PROG
(PARI) \p 500; contfrac(Pi+exp(1))
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(Pi+exp(1)); for (n=1, 20000, write("b058651.txt", n-1, " ", x[n])); } \\ Harry J. Smith, May 31 2009
CROSSREFS
KEYWORD
nonn,cofr,easy
AUTHOR
Avi Peretz (njk(AT)netvision.net.il), Dec 26 2000
EXTENSIONS
More terms from Jason Earls, Jun 28 2001
Offset changed by Andrew Howroyd, Aug 04 2024
STATUS
approved