|
Search: id:A137736
|
|
|
| A137736 |
|
Number of set partitions of n(n-1)/2. |
|
+0 1
|
|
| 0, 1, 5, 203, 115975, 1382958545, 474869816156751, 6160539404599934652455, 3819714729894818339975525681317, 139258505266263669602347053993654079693415
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
COMMENT
|
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).
|
|
LINKS
|
Thomas Wieder, Home Page.
Thomas Wieder, (Old) Home Page.
|
|
FORMULA
|
a(n) = Bell(n(n-1)/2) = A000110(n(n-1)/2)
|
|
EXAMPLE
|
a(4) = Bell(6) = 203.
|
|
MAPLE
|
for n from 1 to 10 do a(n):=bell((n^2-n)/2): print(a(n)); od:
|
|
CROSSREFS
|
Cf. A006125, A066655, A135084, A135085.
Sequence in context: A041775 A093976 A070906 this_sequence A157389 A128678 A012811
Adjacent sequences: A137733 A137734 A137735 this_sequence A137737 A137738 A137739
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Thomas Wieder (thomas.wieder(AT)t-online.de), Feb 09 2008
|
|
|
Search completed in 0.002 seconds
|