A349892 Decimal expansion of erf(1/e).
3, 9, 7, 1, 1, 7, 6, 9, 4, 9, 8, 1, 5, 7, 7, 1, 6, 9, 6, 9, 2, 9, 0, 3, 8, 2, 9, 9, 1, 6, 6, 0, 7, 6, 7, 9, 2, 3, 3, 5, 2, 6, 2, 6, 5, 0, 5, 2, 4, 4, 3, 5, 7, 6, 1, 5, 2, 0, 6, 0, 4, 0, 8, 5, 6, 2, 5, 1, 4, 2, 7, 4, 4, 3, 7, 3, 6, 7, 9, 5, 5, 2, 4, 2, 7, 0, 5, 9, 8, 6, 8, 6, 2, 3, 3, 7, 4, 4, 0, 3, 7, 8, 9, 5
Offset: 0
Examples
0.3971176949815771696929038299166076792335...
Links
- Michael Ian Shamos, Shamos's catalog of the real numbers, (2011).
Programs
-
Maple
evalf(erf(exp(-1)), 120); # Alois P. Heinz, Dec 13 2021
-
Mathematica
RealDigits[Erf[1/E], 10, 100][[1]] (* Amiram Eldar, Dec 04 2021 *)
-
PARI
1 - erfc(1/exp(1)) \\ Michel Marcus, Dec 04 2021