| Among n persons we have (n^2-n)/2 undirected relations. We can set partition these relations into (up to) A137736(n)=Bell((n^2-n)/2) sets.
The number of graphs on n labeled nodes is A006125(n)=sum(binomial((n^2-n)/2,k),k=0..(n^2-n)/2).
The number of set partitions of n(n-1)/2 is A137736(n)=sum(Stirling2((n^2-n)/2,k),k=0..(n^2-n)/2).
See also A066655 which equals A066555(n)=sum(P((n^2-n)/2,k),k=0..(n^2-n)/2) where P(n) is the number of integer partitions of n.
See also A135084 = A000110(2^n-1) and A135085 = A000110(2^n).
|