The $n$-th Bell number equals the number of set partitions of $\{1,2,\dots,n\}$. We set $B_0 := 1$. Prove the following identities: $$B_n = \sum_{k=0}^{n}S_{n,k} \qquad and \qquad B_{n+1} = \sum_{k=0}^{n}\binom{n}{k}B_k$$
I don't exactly know what Bell numbers are. I checked their definition, it was something like the number of partitions, but it was a bit vague to me. I still don't get what's its connection to Stirling numbers and binomial coefficient. Any ideas with the problem?