Regarding the numbers of certain mathematical objects and structures, especially sets, relations and functions, I've compiled a list of the counts from various sources:
Partitions of a set with $k$ elements ("Bell numbers"): $$(a_k)_{k=0, \dots, 12} = (1, 1, 2, 5, 15, 52, 203, 877, 4140, 21147, 115975, 678570, 4213597)$$
$k$-subsets on a set with $n$ elements: $$\binom n k$$
Mappings from a set $X$ to a set $Y$: $$|Y|^{|X|}$$
Permutations on a set $X$ or bijective mappings from $X$ to $Y$ or total orders on a set $X$: $$|X|!$$
Injective mappings from a set $X$ to a set $Y$: $$\dfrac {|Y|!} {(|Y| - |X|)!}$$
Surjective mappings from a set $X$ to a set $Y$: $$|Y|! \cdot S_{|X|, |Y|}$$
Permutations of $n$ elements with $k$ disjoint cycles ("Stirling numbers of the first kind"): $$s_{n,k}$$
Paritions of an $n$-elements set into $k$ non-empty subsets ("Stirling numbers of the second kind"): $$S_{n,k}$$
Relations on a set $X$: $$2 ^{|X|^2}$$
(Ir)reflexive relations on a set $X$: $$2 ^{|X|^2 - |X|}$$
Symmetric relations on a set $X$: $$2 ^\frac {|X|^2 + |X|} 2$$
Symmetric and reflexive relations on a set $X$: $$2 ^\frac {|X|^2 - |X|} 2$$
Antisymmetric relations on a set $X$: $$2^{|X|} \cdot 3 ^\frac {|X|^2 - |X|} 2$$
Antisymmetric and (ir)reflexive relations on a set $X$: $$3 ^\frac {|X|^2 - |X|} 2$$
Can you help me review it? Are there any errors? Is something not true for the general case or can something be expressed more concisely?