A330475 Number of balanced reduced multisystems whose atoms constitute a strongly normal multiset of size n.
1, 1, 2, 9, 85, 1143, 25270
Offset: 0
Examples
The a(0) = 1 through a(3) = 9 multisystems: {} {1} {1,1} {1,1,1} {1,2} {1,1,2} {1,2,3} {{1},{1,1}} {{1},{1,2}} {{1},{2,3}} {{2},{1,1}} {{2},{1,3}} {{3},{1,2}}
Crossrefs
Programs
-
Mathematica
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]]]]; strnorm[n_]:=Flatten[MapIndexed[Table[#2,{#1}]&,#]]&/@IntegerPartitions[n]; totm[m_]:=Prepend[Join@@Table[totm[p],{p,Select[mps[m],1
Comments