A330679
Number of balanced reduced multisystems whose atoms constitute an integer partition of n.
Original entry on oeis.org
1, 1, 2, 4, 12, 40, 180, 936, 5820, 41288, 331748, 2968688, 29307780, 316273976, 3704154568, 46788812168, 634037127612, 9174782661984, 141197140912208, 2302765704401360, 39671953757409256, 719926077632193848, 13726066030661998220, 274313334040504957368
Offset: 0
The a(0) = 1 through a(4) = 12 multisystems:
{} {1} {2} {3} {4}
{1,1} {1,2} {1,3}
{1,1,1} {2,2}
{{1},{1,1}} {1,1,2}
{1,1,1,1}
{{1},{1,2}}
{{2},{1,1}}
{{1},{1,1,1}}
{{1,1},{1,1}}
{{1},{1},{1,1}}
{{{1}},{{1},{1,1}}}
{{{1,1}},{{1},{1}}}
The case where the atoms are all 1's is
A318813 = a(n)/2.
The version where the atoms constitute a strongly normal multiset is
A330475.
The version where the atoms cover an initial interval is
A330655.
The maximum-depth version is
A330726.
Cf.
A000041,
A000111,
A000669,
A001970,
A002846,
A005121,
A141268,
A196545,
A213427,
A318812,
A320160,
A330474.
-
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]]]];
totm[m_]:=Prepend[Join@@Table[totm[p],{p,Select[mps[m],1
A330728
Number of balanced reduced multisystems of maximum depth whose degrees (atom multiplicities) are the prime indices of n.
Original entry on oeis.org
1, 1, 1, 1, 1, 2, 2, 3, 7, 5, 5, 11, 16, 16, 27, 18, 61, 62, 272, 45, 123, 61, 1385, 105, 152, 272, 501, 211, 7936, 362
Offset: 1
The a(n) multisystems for n = 3, 6, 8, 9, 10, 12 (commas and outer brackets elided):
11 {1}{12} {1}{23} {{1}}{{1}{22}} {{1}}{{1}{12}} {{1}}{{1}{23}}
{2}{11} {2}{13} {{11}}{{2}{2}} {{11}}{{1}{2}} {{11}}{{2}{3}}
{3}{12} {{1}}{{2}{12}} {{1}}{{2}{11}} {{1}}{{2}{13}}
{{12}}{{1}{2}} {{12}}{{1}{1}} {{12}}{{1}{3}}
{{2}}{{1}{12}} {{2}}{{1}{11}} {{1}}{{3}{12}}
{{2}}{{2}{11}} {{13}}{{1}{2}}
{{22}}{{1}{1}} {{2}}{{1}{13}}
{{2}}{{3}{11}}
{{23}}{{1}{1}}
{{3}}{{1}{12}}
{{3}}{{2}{11}}
The version with distinct atoms is
A006472.
The non-maximal version is
A318846.
Final terms in each row of
A330727.
-
nrmptn[n_]:=Join@@MapIndexed[Table[#2[[1]],{#1}]&,If[n==1,{},Flatten[Cases[Reverse[FactorInteger[n]],{p_,k_}:>Table[PrimePi[p],{k}]]]]];
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]]]];
totm[m_]:=Prepend[Join@@Table[totm[p],{p,Select[mps[m],1
Showing 1-2 of 2 results.
Comments