OFFSET
1,2
COMMENTS
First differs from A322554 in lacking 141.
A multiset of multisets is achiral if it is not changed by any permutation of the vertices.
A prime index of n is a number m such that prime(m) divides n. The multiset of prime indices of n is row n of A112798. The multiset of multisets with MM-number n is formed by taking the multiset of prime indices of each part of the multiset of prime indices of n. For example, the prime indices of 78 are {1,2,6}, so the multiset of multisets with MM-number 78 is {{},{1},{1,2}}.
EXAMPLE
The sequence of non-achiral multisets of multisets (the complement of this sequence) together with their MM-numbers begins:
35: {{2},{1,1}}
37: {{1,1,2}}
39: {{1},{1,2}}
45: {{1},{1},{2}}
61: {{1,2,2}}
65: {{2},{1,2}}
69: {{1},{2,2}}
70: {{},{2},{1,1}}
71: {{1,1,3}}
74: {{},{1,1,2}}
75: {{1},{2},{2}}
77: {{1,1},{3}}
78: {{},{1},{1,2}}
87: {{1},{1,3}}
89: {{1,1,1,2}}
90: {{},{1},{1},{2}}
MATHEMATICA
primeMS[n_]:=If[n==1, {}, Flatten[Cases[FactorInteger[n], {p_, k_}:>Table[PrimePi[p], {k}]]]];
graprms[m_]:=Union[Table[Sort[Sort/@(m/.Apply[Rule, Table[{p[[i]], i}, {i, Length[p]}], {1}])], {p, Permutations[Union@@m]}]]
Select[Range[100], Length[graprms[primeMS/@primeMS[#]]]==1&]
CROSSREFS
The fully-chiral version is A330236.
Achiral set-systems are counted by A083323.
MG-numbers of planted achiral trees are A214577.
MM-weight is A302242.
MM-numbers of costrict (or T_0) multisets of multisets are A322847.
BII-numbers of achiral set-systems are A330217.
Non-isomorphic achiral multiset partitions are A330223.
Achiral integer partitions are counted by A330224.
Achiral factorizations are A330234.
KEYWORD
nonn
AUTHOR
Gus Wiseman, Dec 08 2019
STATUS
approved