A330665 Number of balanced reduced multisystems of maximal depth whose atoms are the prime indices of n.
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 1, 2, 1, 2, 1, 1, 1, 5, 1, 1, 1, 2, 1, 3, 1, 5, 1, 1, 1, 7, 1, 1, 1, 5, 1, 3, 1, 2, 2, 1, 1, 16, 1, 2, 1, 2, 1, 5, 1, 5, 1, 1, 1, 11, 1, 1, 2, 16, 1, 3, 1, 2, 1, 3, 1, 27, 1, 1, 2, 2, 1, 3, 1, 16, 2, 1, 1, 11, 1
Offset: 1
Keywords
Examples
The a(n) multisystems for n = 2, 6, 12, 24, 48: {1} {1,2} {{1},{1,2}} {{{1}},{{1},{1,2}}} {{{{1}}},{{{1}},{{1},{1,2}}}} {{2},{1,1}} {{{1,1}},{{1},{2}}} {{{{1}}},{{{1,1}},{{1},{2}}}} {{{1}},{{2},{1,1}}} {{{{1},{1}}},{{{1}},{{1,2}}}} {{{1,2}},{{1},{1}}} {{{{1},{1,1}}},{{{1}},{{2}}}} {{{2}},{{1},{1,1}}} {{{{1,1}}},{{{1}},{{1},{2}}}} {{{{1}}},{{{1}},{{2},{1,1}}}} {{{{1}}},{{{1,2}},{{1},{1}}}} {{{{1},{1}}},{{{2}},{{1,1}}}} {{{{1},{1,2}}},{{{1}},{{1}}}} {{{{1,1}}},{{{2}},{{1},{1}}}} {{{{1}}},{{{2}},{{1},{1,1}}}} {{{{1},{2}}},{{{1}},{{1,1}}}} {{{{1,2}}},{{{1}},{{1},{1}}}} {{{{2}}},{{{1}},{{1},{1,1}}}} {{{{2}}},{{{1,1}},{{1},{1}}}} {{{{2},{1,1}}},{{{1}},{{1}}}}
Crossrefs
Programs
-
Mathematica
primeMS[n_]:=If[n==1,{},Flatten[Cases[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
Comments