A319837
Numbers whose distinct prime indices are pairwise indivisible and whose own prime indices span an initial interval of positive integers.
Original entry on oeis.org
1, 2, 3, 4, 7, 8, 9, 13, 15, 16, 19, 27, 32, 35, 37, 45, 49, 53, 61, 64, 69, 75, 81, 89, 91, 95, 113, 128, 131, 135, 141, 143, 145, 151, 161, 165, 169, 175, 207, 223, 225, 243, 245, 247, 251, 256, 265, 281, 299, 309, 311, 329, 343, 355, 359, 361, 375, 377, 385
Offset: 1
The sequence of multisystems whose MM-numbers belong to the sequence begins:
1: {}
2: {{}}
3: {{1}}
4: {{},{}}
7: {{1,1}}
8: {{},{},{}}
9: {{1},{1}}
13: {{1,2}}
15: {{1},{2}}
16: {{},{},{},{}}
19: {{1,1,1}}
27: {{1},{1},{1}}
32: {{},{},{},{},{}}
35: {{2},{1,1}}
37: {{1,1,2}}
45: {{1},{1},{2}}
49: {{1,1},{1,1}}
53: {{1,1,1,1}}
61: {{1,2,2}}
64: {{},{},{},{},{},{}}
69: {{1},{2,2}}
75: {{1},{2},{2}}
81: {{1},{1},{1},{1}}
89: {{1,1,1,2}}
91: {{1,1},{1,2}}
95: {{2},{1,1,1}}
Cf.
A003963,
A006126,
A055932,
A056239,
A112798,
A285572,
A290103,
A293993,
A302242,
A304713,
A316476,
A318401,
A319721,
A320275,
A320456.
-
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]];
stableQ[u_,Q_]:=!Apply[Or,Outer[#1=!=#2&&Q[#1,#2]&,u,u,1],{0,1}];
Select[Range[200],And[normQ[primeMS/@primeMS[#]],stableQ[primeMS[#],Divisible]]&]
A319496
Numbers whose prime indices are distinct and pairwise indivisible and whose own prime indices are connected and span an initial interval of positive integers.
Original entry on oeis.org
2, 3, 7, 13, 19, 37, 53, 61, 89, 91, 113, 131, 151, 223, 247, 251, 281, 299, 311, 359, 377, 427, 463, 503, 593, 611, 659, 689, 703, 719, 791, 827, 851, 863, 923, 953, 1069, 1073, 1159, 1163, 1291, 1321, 1339, 1363, 1511, 1619, 1703, 1733, 1739, 1757, 1769
Offset: 1
The sequence of multisystems whose MM-numbers belong to the sequence begins:
2: {{}}
3: {{1}}
7: {{1,1}}
13: {{1,2}}
19: {{1,1,1}}
37: {{1,1,2}}
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}}
151: {{1,1,2,2}}
223: {{1,1,1,1,2}}
247: {{1,2},{1,1,1}}
251: {{1,2,2,2}}
281: {{1,1,2,3}}
299: {{1,2},{2,2}}
Cf.
A003963,
A006126,
A055932,
A056239,
A112798,
A285573,
A286520,
A293994,
A302242,
A318401,
A319719,
A319837,
A320275,
A320456,
A320532.
-
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]];
zsm[s_]:=With[{c=Select[Tuples[Range[Length[s]],2],And[Less@@#,GCD@@s[[#]]]>1&]},If[c=={},s,zsm[Sort[Append[Delete[s,List/@c[[1]]],LCM@@s[[c[[1]]]]]]]]];
stableQ[u_,Q_]:=!Apply[Or,Outer[#1=!=#2&&Q[#1,#2]&,u,u,1],{0,1}];
Select[Range[200],And[SquareFreeQ[#],normQ[primeMS/@primeMS[#]],stableQ[primeMS[#],Divisible],Length[zsm[primeMS[#]]]==1]&]
Showing 1-2 of 2 results.
Comments