Euler's Number e

e is the base of the natural logarithm and of continuous growth. It is irrational (and transcendental), so its decimals never end or repeat. Below it is defined, calculated and shown to 50 decimal places.

Definitions of e

  • Limit: e = lim (1 + 1/n)ⁿ as n → ∞
  • Series: e = Σ 1/k! = 1 + 1 + 1/2 + 1/6 + 1/24 + … (k from 0 to ∞)
  • Logarithm: e is the unique number with ln e = 1
  • Calculus: eˣ is the only exponential function equal to its own derivative, d/dx eˣ = eˣ
  • Continuous compounding: $1 at 100% interest compounded continuously for one year grows to $e

Sources: NIST Digital Library of Mathematical Functions: DLMF §4.2 Logarithm, Exponential, Powers: Definitions; OpenStax: Calculus Volume 2 §6.3 Taylor and Maclaurin Series

The value of e to 50 decimal places

e = 2.71828182845904523536028747135266249775724709369995…

These digits are computed here from the series Σ 1/k! in exact integer arithmetic with guard digits, then truncated, and they agree with the NIST DLMF and OEIS A001113 values.

Sources: OEIS Foundation: A001113 Decimal expansion of e

How the definitions converge

The series converges very quickly: each extra term adds roughly one more correct digit once k passes 10. The limit converges slowly: (1 + 1/n)ⁿ is off by about e/(2n).

Approximations of e
MethodValueError vs e
(1 + 1/n)ⁿ, n = 12.00000000007.18 × 10⁻¹
(1 + 1/n)ⁿ, n = 102.59374246011.25 × 10⁻¹
(1 + 1/n)ⁿ, n = 1002.70481382941.35 × 10⁻²
(1 + 1/n)ⁿ, n = 1,0002.71692393221.36 × 10⁻³
(1 + 1/n)ⁿ, n = 10,0002.71814592681.36 × 10⁻⁴
(1 + 1/n)ⁿ, n = 1,000,0002.71828046931.36 × 10⁻⁶
Σ 1/i! for i = 0…22.50000000002.18 × 10⁻¹
Σ 1/i! for i = 0…52.71666666671.62 × 10⁻³
Σ 1/i! for i = 0…102.71828180112.73 × 10⁻⁸
Σ 1/i! for i = 0…152.71828182855.02 × 10⁻¹⁴

References

Frequently asked questions

What is the value of e?

e ≈ 2.718281828459045. It is irrational, so the decimal expansion continues forever without repeating.

Why is e called Euler's number?

Leonhard Euler used the letter e for the constant in the 1700s and proved many of its properties, including its series and continued fraction. It is sometimes also called Napier's constant.