login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A330230 Least MM-number of a multiset of multisets with n distinct representatives obtainable by permuting the vertices. 13
1, 35, 141, 1713, 28011, 355 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
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}}.
LINKS
EXAMPLE
The sequence of terms together with their corresponding multisets of multisets begins:
1: {}
35: {{2},{1,1}}
141: {{1},{2,3}}
1713: {{1},{2,3,4}}
28011: {{1},{2,3,4,5}}
355: {{2},{1,1,3}}
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]}]];
dv=Table[Length[graprms[primeMS/@primeMS[n]]], {n, 1000}];
Table[Position[dv, i][[1, 1]], {i, First[Split[Union[dv], #1+1==#2&]]}]
CROSSREFS
The BII-number version is A330218.
Positions of first appearances in A330098.
The sorted version is A330233.
MM-numbers of achiral multisets of multisets are A330232.
MM-numbers of fully-chiral multisets of multisets are A330236.
Sequence in context: A158586 A350205 A267565 * A330233 A220014 A157286
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Dec 09 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 17:02 EDT 2024. Contains 371962 sequences. (Running on oeis4.)