A330654
Number of series/singleton-reduced rooted trees on normal multisets of size n.
Original entry on oeis.org
1, 1, 2, 12, 112, 1444, 24099, 492434, 11913985
Offset: 0
The a(0) = 1 through a(3) = 12 trees:
{} {1} {1,1} {1,1,1}
{1,2} {1,1,2}
{1,2,2}
{1,2,3}
{{1},{1,1}}
{{1},{1,2}}
{{1},{2,2}}
{{1},{2,3}}
{{2},{1,1}}
{{2},{1,2}}
{{2},{1,3}}
{{3},{1,2}}
The strongly normal case is
A330471.
The case with all atoms distinct is
A000311.
The case with all atoms equal is
A196545.
Normal multiset partitions are
A255906.
-
sps[{}]:={{}};sps[set:{i_,_}]:=Join@@Function[s,Prepend[#,s]&/@sps[Complement[set,s]]]/@Cases[Subsets[set],{i,_}];
mps[set_]:=Union[Sort[Sort/@(#/.x_Integer:>set[[x]])]&/@sps[Range[Length[set]]]];
allnorm[n_]:=If[n<=0,{{}},Function[s,Array[Count[s,y_/;y<=#]+1&,n]]/@Subsets[Range[n-1]+1]];
ssrtrees[m_]:=Prepend[Join@@Table[Tuples[ssrtrees/@p],{p,Select[mps[m],Length[m]>Length[#1]>1&]}],m];
Table[Sum[Length[ssrtrees[s]],{s,allnorm[n]}],{n,0,5}]
A330666
Number of non-isomorphic balanced reduced multisystems whose degrees (atom multiplicities) are the weakly decreasing prime indices of n.
Original entry on oeis.org
1, 1, 1, 1, 2, 3, 6, 2, 10, 11, 20, 15, 90, 51, 80, 6, 468, 93, 2910, 80, 521, 277, 20644, 80, 334, 1761, 393, 521, 165874, 1374
Offset: 1
Non-isomorphic representatives of the a(2) = 1 through a(9) = 10 multisystems (commas and outer brackets elided):
1 11 12 111 112 1111 123 1122
{1}{11} {1}{12} {1}{111} {1}{23} {1}{122}
{2}{11} {11}{11} {11}{22}
{1}{1}{11} {12}{12}
{{1}}{{1}{11}} {1}{1}{22}
{{11}}{{1}{1}} {1}{2}{12}
{{1}}{{1}{22}}
{{11}}{{2}{2}}
{{1}}{{2}{12}}
{{12}}{{1}{2}}
Non-isomorphic representatives of the a(12) = 15 multisystems:
{1,1,2,3}
{{1},{1,2,3}}
{{1,1},{2,3}}
{{1,2},{1,3}}
{{2},{1,1,3}}
{{1},{1},{2,3}}
{{1},{2},{1,3}}
{{2},{3},{1,1}}
{{{1}},{{1},{2,3}}}
{{{1,1}},{{2},{3}}}
{{{1}},{{2},{1,3}}}
{{{1,2}},{{1},{3}}}
{{{2}},{{1},{1,3}}}
{{{2}},{{3},{1,1}}}
{{{2,3}},{{1},{1}}}
The maximum-depth version is
A330664.
Unlabeled balanced reduced multisystems by weight are
A330474.
The case of constant or strict atoms is
A318813.
Cf.
A000669,
A005121,
A007716,
A048816,
A141268,
A306186,
A317791,
A318812,
A318849,
A330470,
A330475,
A330655,
A330728.
Comments