|
COMMENT
|
Let A be a finite set of size n. Then a(n) is the number of binary relations on A that are also functions. Note that a(n)=sum(binomial(n,k)*n^k, k=0..n)=(n+1)^n, where binomial(n,k) is the number of ways to select a domain D of size k from A and n^k is the number of functions from D to A. - Dennis P. Walsh (dwalsh(AT)mtsu.edu), Mar 13 2006
For example, a(2)=9 because there are exactly 9 binary relations on A={1, 2} that are functions, namely: {}, {(1,1)}, {(1,2)}, {(2,1)}, {(2,2)}, {(1,1),(2,1)}, {(1,1),(2,2)}, {(1,2),(2,1)} and {(1,2),(2,2)}. - Dennis P. Walsh (dwalsh(AT)mtsu.edu), Mar 13 2006
|