Isac Newton (1642-1727): The Binomial Series; and,
Leonhard Euler (1707-1783): the Natural log e

The Binomial Series of Newton takes the form:
y = (1 + x)a = 1 + (a,1)(x) + (a,2)(x)2 + ....(a,n)(x)n, where (a,n) = Binomial Coefficients, and for a Positive Integer: (a,n) = a!/n!(a-n)!
For example: (1 + x)a, where a = 3
y = (1 + x)3 = 1 + 3!/1!(3-1)!(x) + 3!/2!(3-2)!(x)2 + 3!/3!(3-3)!(x)3 = 1 + 3x + 3x2 + x3

For any exponient, the Binomial Series (infinite) can be expressed as:
y = (a + b)n = an + n(an-1)b/1! + n(n-1)(an-2)b2/2! + n(n-1)(n-2)(an-3)b3/3! ....
Example 1: y = (1 + x)1/2 = 1 + 1/2x - 1/4(1/2)x2 + 1/2 ((3/4)(1/6))x3 = 1 + 1/2x - 1/8x2 + 1/16x3......

Example 2: y = (1 + 1/n)n. When n is a very large number as:

y =

The value of y reaches a maximun value. y = 2.7182818....
For example, if n = 2, 5, 10, ...10,000
y = (1 + 1/2)2 = 2.25
y = (1 + 1/5)5 = 2.489
y = (1 + 1/10)10 = 2.594
y = (1 + 1/20)20 = 2.653
y = (1 + 1/100)100 = 2.705
y = (1 + 1/1000)1000 = 2.7169
y = (1 + 1/10,000)10,000 = 2.7181

The expression:

was named "e" by Euler who proved that "e", i.e., 2.7182818....is the limit of (1 + 1/n)n as "n" approaches infinity.