A092555 Decimal expansion of e^(-4).
0, 1, 8, 3, 1, 5, 6, 3, 8, 8, 8, 8, 7, 3, 4, 1, 8, 0, 2, 9, 3, 7, 1, 8, 0, 2, 1, 2, 7, 3, 2, 4, 1, 2, 4, 2, 2, 1, 1, 9, 1, 2, 0, 6, 7, 5, 5, 3, 4, 7, 5, 5, 9, 4, 7, 6, 9, 5, 9, 9, 9, 2, 7, 4, 3, 9, 2, 5, 0, 4, 3, 1, 5, 9, 8, 1, 1, 4, 1, 2, 2, 6, 8, 7, 3, 6, 9, 4, 9, 8, 1, 2, 8, 9, 0, 2, 0, 5, 1, 7, 2, 9, 5, 5, 5
Offset: 0
Examples
0.0183156388887...
References
- Steven R. Finch, Mathematical Constants, Cambridge University Press (2003): 280.
Programs
-
Mathematica
RealDigits[E^(-4), 10, 100][[1]] (* Alonso del Arte, Dec 28 2013 *)
Comments