Is this true? $$\left(1+\frac{1}{n}\right)^n=1+1/1!+1/2!+1/3!+1/4!+1/5!+\cdots $$($n$ times) or ($n+1$ times)?
If yes how to prove it and were there any proof of it?
Is this true? $$\left(1+\frac{1}{n}\right)^n=1+1/1!+1/2!+1/3!+1/4!+1/5!+\cdots $$($n$ times) or ($n+1$ times)?
If yes how to prove it and were there any proof of it?
No, it not true.
Apply binomial theorem: $$ \left(1+\frac{1}{n}\right)^n = \sum_{m=0}^n \binom{n}{m} \frac{1}{n^m} = \sum_{m=0}^n \frac{n (n-1) \cdots (n-m+1)}{n^m} \frac{1}{m!} = \sum_{m=0}^n \frac{1}{m!} \prod_{k=0}^{m-1} \left(1-\frac{k}{n}\right) $$
While the way you posed the question is not true, a slight modification yields something like you want. The LHS is a well known limit and the RHS is the Taylor polynomial (evaluated at 1). $$ \lim_{n\rightarrow\infty}\left(1+\frac{1}{n}\right)^n=e^1=\sum_{k=0}^\infty\frac{x^k}{k!}\bigg|_{x=1} $$ As others have pointed out, these two sequences have the same limit, but there is no guarantee they are equal term for term.
No and evaluating $n=2$ would have been enough to see this: $$ \left(1+\frac12\right)^2=1+1+\frac14=2.25 \neq 2.5=1+\frac1{1!}+\frac1{2!} $$