OFFSET
0,1
COMMENTS
This constant has an interesting simple continued fraction representation.
359/720 approximates this constant to 19 significant digits.
LINKS
Daniel Hoyt, Table of n, a(n) for n = 0..999
EXAMPLE
0.498611111111111111127228486822072294...
MATHEMATICA
RealDigits[Sum[(-1)^k/(k!)!, {k, 0, 6}], 10, 100][[1]]
PROG
(PARI) suminf(k=0, (-1)^k/(k!)!)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Daniel Hoyt, Aug 24 2025
EXTENSIONS
a(999) in the b-file was rounded up; corrected by Georg Fischer, Mar 02 2026
STATUS
approved
