A322011 Number of distinct chromatic symmetric functions of spanning hypergraphs (or antichain covers) on n vertices.
1, 2, 5, 19, 121
Offset: 1
Examples
The a(3) = 5 chromatic symmetric functions: m(111) m(21) + m(111) 2m(21) + m(111) 3m(21) + m(111) m(3) + 3m(21) + m(111)
Crossrefs
Programs
-
Mathematica
chromSF[g_]:=Sum[m[Sort[Length/@stn,Greater]],{stn,spsu[Select[Subsets[Union@@g],Select[DeleteCases[g,{_}],Function[ed,Complement[ed,#]=={}]]=={}&],Union@@g]}]; stableSets[u_,Q_]:=If[Length[u]===0,{{}},With[{w=First[u]},Join[stableSets[DeleteCases[u,w],Q],Prepend[#,w]&/@stableSets[DeleteCases[u,r_/;r===w||Q[r,w]||Q[w,r]],Q]]]]; hyps[n_]:=Select[stableSets[Rest[Subsets[Range[n]]],SubsetQ],Union@@#==Range[n]&]; Table[Length[Union[chromSF/@hyps[n]]],{n,5}]
Comments