I was reading a textbook about combinatorial mathematic which claimed that we can calculate the exact possible partitions of a set with n elements . I searched it on wikipedia and I read about bell number and summation formulas;
The first one which The Bell numbers satisfy a recurrence relation involving binomial coefficients : $$B_{n+1}=\sum\limits_{k=0}^{n} \binom{n}{k} B_k.$$
The second one is A different summation formula represents each Bell number as a sum of Stirling numbers of the second kind :
$$B_n=\sum\limits_{k=0}^{n} \left\{n \atop k\right\}.$$
Can you help me where the first one come from ?
And help me prove it through?
The Stirling number of the second kind $S(n,k)$ is the number of partitions of a set with $n$ elements into $k$ nonempty subsets. Summation over all $k$ gives the Bell number.