Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)

Revision History for A317076

(Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A317076 Number of connected antichains of multisets with multiset-join a strongly normal multiset of size n.
(history; published version)
#6 by Susanna Cuyler at Fri Jul 20 22:30:04 EDT 2018
STATUS

proposed

approved

#5 by Gus Wiseman at Fri Jul 20 15:08:47 EDT 2018
STATUS

editing

proposed

#4 by Gus Wiseman at Fri Jul 20 15:08:12 EDT 2018
COMMENTS

An antichain of multisets is a finite set of finite nonempty multisets, none of which is a submultiset of any other. A multiset is strongly normal if it spans an initial interval of positive integers with weakly decreasing multiplicities. The multiset-join of a multiset system has the same vertices with multiplicities equal to the maxima of the multiplicities in the edges.

LINKS

Goran Kilibarda and Vladeta Jovovic, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL7/Kilibarda/kili2.pdf">Antichains of Multisets</a>, Journal of Integer Sequences, Vol. 7 (2004).

EXAMPLE

(122112), (1211)(2212),

#3 by Gus Wiseman at Fri Jul 20 14:25:26 EDT 2018
CROSSREFS

Cf. A048143, A007718, A255906, A286520, A303837, A303838, A304716, A305001, A305078.

Cf. A317074, A317075, A317078, A317080.

#2 by Gus Wiseman at Fri Jul 20 13:53:43 EDT 2018
NAME

allocatedNumber of connected antichains of multisets with multiset-join a strongly normal multiset forof Gussize Wisemann.

DATA

1, 1, 2, 8, 110, 7047

OFFSET

0,3

COMMENTS

An antichain of multisets is a finite set of finite multisets, none of which is a submultiset of any other. A multiset is strongly normal if it spans an initial interval of positive integers with weakly decreasing multiplicities. The multiset-join of a multiset system has the same vertices with multiplicities equal to the maxima of the multiplicities in the edges.

EXAMPLE

The a(3) = 8 connected antichains of multisets:

(111),

(122), (12)(22),

(123), (13)(23), (12)(23), (12)(13), (12)(13)(23).

MATHEMATICA

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]]]];

multijoin[mss__]:=Join@@Table[Table[x, {Max[Count[#, x]&/@{mss}]}], {x, Union[mss]}];

submultisetQ[M_, N_]:=Or[Length[M]==0, MatchQ[{Sort[List@@M], Sort[List@@N]}, {{x_, Z___}, {___, x_, W___}}/; submultisetQ[{Z}, {W}]]];

csm[s_]:=With[{c=Select[Tuples[Range[Length[s]], 2], And[OrderedQ[#], UnsameQ@@#, Length[Intersection@@s[[#]]]>0]&]}, If[c=={}, s, csm[Union[Append[Delete[s, List/@c[[1]]], multijoin@@s[[c[[1]]]]]]]]];

strnorm[n_]:=Flatten[MapIndexed[Table[#2, {#1}]&, #]]&/@IntegerPartitions[n];

cuu[m_]:=Select[stableSets[Union[Rest[Subsets[m]]], submultisetQ], And[multijoin@@#==m, Length[csm[#]]==1]&];

Table[Length[Join@@Table[cuu[m], {m, strnorm[n]}]], {n, 5}]

CROSSREFS

Cf. A048143, A007718, A255906, A286520, A303837, A303838, A304716, A305001, A305078.

KEYWORD

allocated

nonn,more

AUTHOR

Gus Wiseman, Jul 20 2018

STATUS

approved

editing

#1 by Gus Wiseman at Fri Jul 20 13:53:43 EDT 2018
NAME

allocated for Gus Wiseman

KEYWORD

allocated

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 August 18 15:07 EDT 2024. Contains 375269 sequences. (Running on oeis4.)