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!)
A320533 MM-numbers of labeled multi-hypergraphs with multiset edges and no singletons spanning an initial interval of positive integers. 8
1, 7, 13, 19, 37, 49, 53, 61, 89, 91, 113, 131, 133, 151, 161, 169, 223, 247, 251, 259, 281, 299, 311, 329, 343, 359, 361, 371, 377, 427, 437, 463, 481, 503, 593, 611, 623, 637, 659, 667, 689, 703, 719, 721, 791, 793, 827, 851, 863, 893, 917, 923, 931, 953 (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 multisystem 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 multisystem with MM-number 78 is {{},{1},{1,2}}.
LINKS
Wikipedia, Hypergraph
EXAMPLE
The sequence of terms together with their multiset multisystems begins:
1: {}
7: {{1,1}}
13: {{1,2}}
19: {{1,1,1}}
37: {{1,1,2}}
49: {{1,1},{1,1}}
53: {{1,1,1,1}}
61: {{1,2,2}}
89: {{1,1,1,2}}
91: {{1,1},{1,2}}
113: {{1,2,3}}
131: {{1,1,1,1,1}}
133: {{1,1},{1,1,1}}
151: {{1,1,2,2}}
161: {{1,1},{2,2}}
169: {{1,2},{1,2}}
223: {{1,1,1,1,2}}
247: {{1,2},{1,1,1}}
251: {{1,2,2,2}}
259: {{1,1},{1,1,2}}
281: {{1,1,2,3}}
299: {{1,2},{2,2}}
311: {{1,1,1,1,1,1}}
329: {{1,1},{2,3}}
343: {{1,1},{1,1},{1,1}}
MATHEMATICA
primeMS[n_]:=If[n==1, {}, Flatten[Cases[FactorInteger[n], {p_, k_}:>Table[PrimePi[p], {k}]]]];
normQ[sys_]:=Or[Length[sys]==0, Union@@sys==Range[Max@@Max@@sys]];
Select[Range[1000], And[normQ[primeMS/@primeMS[#]], And@@(And[PrimeOmega[#]>1]&/@primeMS[#])]&]
CROSSREFS
Sequence in context: A145897 A078863 A263091 * A059351 A320532 A059262
KEYWORD
nonn
AUTHOR
Gus Wiseman, Oct 14 2018
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 23 02:09 EDT 2024. Contains 371906 sequences. (Running on oeis4.)