Hello I found two equations that lead to constant e. I wonder if they are known. I think especially first one is most likely known but I couldn't find, it is hard to search google with all these symbols, and please forgive my bad formatting.
- I found this one a while ago while trying to re-find gaussian distribution from pascal triangle.
$$\lim_{n \to \infty} \frac{ (n + \sqrt{n})! \cdot (n - \sqrt{n})!} { (n!)^2} = e $$
-
This one is recursive and infinite. After trying to write its formula, i thought it is best for me to write in steps. first term is
$$2* ( 1 - \frac{\left( n-1\right) }{2 \cdot n} ) + $$
now it is recursive
$$\frac{\left( n-1\right) }{2 \cdot n} \cdot [ 3* (1 - \frac{\left(n-2 \right)}{ 3\cdot n} ) + \frac{\left(n-2 \right) }{3 \cdot n} \cdot [ 4* (1 - \frac{\left(n-3 \right) }{4 \cdot n} ) + \frac{\left(n-3 \right) }{4 \cdot n}\cdot [ 5* (1 - \frac{\left(n-4 \right) }{5 \cdot n} ) .. $$
and it goes on.
Now that I am not mathematician, far from it but i want to be, an amateur one that plays with numbers. I want to know not with formula but with pure intuition, why a variable with probability $e^{-1}$ has highest randomness by itself; I still dont know. But while searching internet, i read a numeric simulation of e on wikipedia page and broke it apart to understand, this second formula came out. So if i didnt make an error, here it is.
Edit: I edited second function, there was an error, but now more simple it seems, please look again. Thanks