A356940 MM-numbers of multisets of initial intervals. Products of elements of A062447 (primes indexed by primorials A002110).
1, 2, 3, 4, 6, 8, 9, 12, 13, 16, 18, 24, 26, 27, 32, 36, 39, 48, 52, 54, 64, 72, 78, 81, 96, 104, 108, 113, 117, 128, 144, 156, 162, 169, 192, 208, 216, 226, 234, 243, 256, 288, 312, 324, 338, 339, 351, 384, 416, 432, 452, 468, 486, 507, 512, 576, 624, 648
Offset: 1
Keywords
Examples
The initial terms and corresponding multisets of multisets: 1: {} 2: {{}} 3: {{1}} 4: {{},{}} 6: {{},{1}} 8: {{},{},{}} 9: {{1},{1}} 12: {{},{},{1}} 13: {{1,2}} 16: {{},{},{},{}} 18: {{},{1},{1}} 24: {{},{},{},{1}} 26: {{},{1,2}} 27: {{1},{1},{1}} 32: {{},{},{},{},{}} 36: {{},{},{1},{1}} 39: {{1},{1,2}} 48: {{},{},{},{},{1}} 52: {{},{},{1,2}} 54: {{},{1},{1},{1}} 64: {{},{},{},{},{},{}}
Crossrefs
Programs
-
Mathematica
primeMS[n_]:=If[n==1,{},Flatten[Cases[FactorInteger[n],{p_,k_}:>Table[PrimePi[p],{k}]]]]; chinQ[y_]:=y==Range[Length[y]]; Select[Range[100],And@@chinQ/@primeMS/@primeMS[#]&]
Comments