login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A322011 Number of distinct chromatic symmetric functions of spanning hypergraphs (or antichain covers) on n vertices. 2
1, 2, 5, 19, 121 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A stable partition of a graph is a set partition of the vertices where no edge has both ends in the same block. The chromatic symmetric function is given by X_G = Sum_p m(t(p)) where the sum is over all stable partitions of G, t(p) is the integer partition whose parts are the block-sizes of p, and m is the augmented monomial symmetric function basis (see A321895).
LINKS
EXAMPLE
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)
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}]
CROSSREFS
Sequence in context: A113346 A198945 A324168 * A355519 A342435 A341036
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Nov 24 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)