A368731 Number of non-isomorphic n-element sets of nonempty subsets of {1..n}.
1, 1, 2, 10, 97, 2160, 126862, 21485262, 11105374322, 18109358131513, 95465831661532570, 1660400673336788987026, 96929369602251313489896310, 19268528295096123543660356281600, 13203875101002459910158494602665950757, 31517691852305548841992346407978317698725021
Offset: 0
Keywords
Examples
Non-isomorphic representatives of the a(3) = 10 set-systems: {{1},{2},{3}} {{1},{2},{1,2}} {{1},{2},{1,3}} {{1},{2},{1,2,3}} {{1},{1,2},{1,3}} {{1},{1,2},{2,3}} {{1},{1,2},{1,2,3}} {{1},{2,3},{1,2,3}} {{1,2},{1,3},{2,3}} {{1,2},{1,3},{1,2,3}}
Links
- Andrew Howroyd, Table of n, a(n) for n = 0..50
Crossrefs
Programs
-
Mathematica
brute[m_]:=First[Sort[Table[Sort[Sort /@ (m/.Rule@@@Table[{(Union@@m)[[i]],p[[i]]},{i,Length[p]}])], {p,Permutations[Range[Length[Union@@m]]]}]]]; Table[Length[Union[brute /@ Subsets[Subsets[Range[n],{1,n}],{n}]]],{n,0,4}]
-
PARI
a(n) = polcoef(G(n, n), n) \\ G defined in A368186. - Andrew Howroyd, Jan 11 2024
Extensions
Terms a(6) and beyond from Andrew Howroyd, Jan 11 2024