Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Why does the expansion of $e^x$ appear to arise in the formula for derangement of $n$ things $D_{n}=n!\sum_{k=0}^n \frac{(-1)^k}{k!}$

The following is very heuristic:

The probability that a given one of the $n$ things is not at his proper place is $1-{1\over n}$. Assuming that the $n$ things are placed properly or improperly independently of each other the probability that all things are improperly placed computes to $$\left(1-{1\over n}\right)^n\doteq{1\over e}\ .$$

Tags:

Combinatorics

Taylor Expansion

Derangements

Related

How do you compute eigenvalues/vectors of big $n\times n$ matrix? Prove that $5^{1/3}+7^{1/2}$ is irrational Calculating square roots using the recurrence $x_{n+1} = \frac12 \left(x_n + \frac2{x_n}\right)$ Given $2n$ points in the plane, prove we can connect them with $n$ nonintersecting segments Does "Doing a thing to both sides of an equation" have a name? Sum of all numbers formed by the given digits How can one show that $|(a-b)(b-c)(c-d)(d-a)|\le\frac{abcd}{4}$ Prove that $T_pM^*=\mathfrak m_p/\mathfrak m_p^2$. $f:X\rightarrow Y$ is a closed immersion iff $f:f^{-1}(U_i)\rightarrow U_i$ is a closed immersion. Computing the Jordan Form of a Matrix Definition of a morphism of locally ringed spaces Why does $\sqrt{x^2}$ seem to equal $x$ and not $|x|$ when you multiply the exponents?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy