A320456
Numbers whose multiset multisystem spans an initial interval of positive integers.
Original entry on oeis.org
1, 2, 3, 4, 6, 7, 8, 9, 12, 13, 14, 15, 16, 18, 19, 21, 24, 26, 27, 28, 30, 32, 35, 36, 37, 38, 39, 42, 45, 48, 49, 52, 53, 54, 56, 57, 60, 61, 63, 64, 65, 69, 70, 72, 74, 75, 76, 78, 81, 84, 89, 90, 91, 95, 96, 98, 104, 105, 106, 108, 111, 112, 113, 114, 117
Offset: 1
The sequence of terms together with their multiset multisystems begins:
1: {}
2: {{}}
3: {{1}}
4: {{},{}}
6: {{},{1}}
7: {{1,1}}
8: {{},{},{}}
9: {{1},{1}}
12: {{},{},{1}}
13: {{1,2}}
14: {{},{1,1}}
15: {{1},{2}}
16: {{},{},{},{}}
18: {{},{1},{1}}
19: {{1,1,1}}
21: {{1},{1,1}}
24: {{},{},{},{1}}
26: {{},{1,2}}
27: {{1},{1},{1}}
28: {{},{},{1,1}}
30: {{},{1},{2}}
32: {{},{},{},{},{}}
Cf.
A001222,
A003963,
A034691,
A034729,
A055932,
A056239,
A112798,
A255906,
A290103,
A302242,
A305052.
-
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[100],normQ[primeMS/@primeMS[#]]&]
A320924
Heinz numbers of multigraphical partitions.
Original entry on oeis.org
1, 4, 9, 12, 16, 25, 27, 30, 36, 40, 48, 49, 63, 64, 70, 75, 81, 84, 90, 100, 108, 112, 120, 121, 144, 147, 154, 160, 165, 169, 175, 189, 192, 196, 198, 210, 220, 225, 243, 250, 252, 256, 264, 270, 273, 280, 286, 289, 300, 324, 325, 336, 343, 351, 352, 360
Offset: 1
The sequence of all multigraphical partitions begins: (), (11), (22), (211), (1111), (33), (222), (321), (2211), (3111), (21111), (44), (422), (111111), (431), (332), (2222), (4211), (3221), (3311), (22211), (41111), (32111), (55), (221111).
From _Gus Wiseman_, May 23 2021: (Start)
The sequence of terms together with their prime indices and a multigraph realizing each begins:
1: () | {}
4: (11) | {{1,2}}
9: (22) | {{1,2},{1,2}}
12: (112) | {{1,3},{2,3}}
16: (1111) | {{1,2},{3,4}}
25: (33) | {{1,2},{1,2},{1,2}}
27: (222) | {{1,2},{1,3},{2,3}}
30: (123) | {{1,3},{2,3},{2,3}}
36: (1122) | {{1,2},{3,4},{3,4}}
40: (1113) | {{1,4},{2,4},{3,4}}
48: (11112) | {{1,2},{3,5},{4,5}}
49: (44) | {{1,2},{1,2},{1,2},{1,2}}
63: (224) | {{1,3},{1,3},{2,3},{2,3}}
(End)
These partitions are counted by
A209816.
The case with odd weights is
A322109.
The conjugate case of equality is
A340387.
The conjugate version with odd weights allowed is
A344291.
The conjugate opposite version is
A344292.
The opposite version with odd weights allowed is
A344296.
The conjugate opposite version with odd weights allowed is
A344414.
A000070 counts non-multigraphical partitions.
A025065 counts palindromic partitions.
A035363 counts partitions into even parts.
A110618 counts partitions that are the vertex-degrees of some set multipartition with no singletons.
A334201 adds up all prime indices except the greatest.
Cf.
A000041,
A000569,
A007717,
A096373,
A265640,
A283877,
A306005,
A318361,
A320459,
A320911,
A320922,
A320923,
A320925.
-
prptns[m_]:=Union[Sort/@If[Length[m]==0,{{}},Join@@Table[Prepend[#,m[[ipr]]]&/@prptns[Delete[m,List/@ipr]],{ipr,Select[Prepend[{#},1]&/@Select[Range[2,Length[m]],m[[#]]>m[[#-1]]&],UnsameQ@@m[[#]]&]}]]];
Select[Range[1000],prptns[Flatten[MapIndexed[Table[#2,{#1}]&,If[#==1,{},Flatten[Cases[FactorInteger[#],{p_,k_}:>Table[PrimePi[p],{k}]]]]]]]!={}&]
A320461
MM-numbers of labeled graphs with loops spanning an initial interval of positive integers.
Original entry on oeis.org
1, 7, 13, 91, 161, 299, 329, 377, 611, 667, 1261, 1363, 1937, 2021, 2093, 2117, 2639, 4277, 4669, 7567, 8671, 8827, 9541, 13559, 14053, 14147, 14819, 15617, 16211, 17719, 23989, 24017, 26273, 27521, 28681, 29003, 31349, 31913, 36569, 44551, 44603, 46483, 48691
Offset: 1
The sequence of terms together with their multiset multisystems begins:
1: {}
7: {{1,1}}
13: {{1,2}}
91: {{1,1},{1,2}}
161: {{1,1},{2,2}}
299: {{2,2},{1,2}}
329: {{1,1},{2,3}}
377: {{1,2},{1,3}}
611: {{1,2},{2,3}}
667: {{2,2},{1,3}}
1261: {{3,3},{1,2}}
1363: {{1,3},{2,3}}
1937: {{1,2},{3,4}}
2021: {{1,4},{2,3}}
2093: {{1,1},{2,2},{1,2}}
2117: {{1,3},{2,4}}
2639: {{1,1},{1,2},{1,3}}
4277: {{1,1},{1,2},{2,3}}
4669: {{1,1},{2,2},{1,3}}
-
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[10000],And[SquareFreeQ[#],normQ[primeMS/@primeMS[#]],And@@(Length[primeMS[#]]==2&/@primeMS[#])]&]
A322551
Primes indexed by squarefree semiprimes.
Original entry on oeis.org
13, 29, 43, 47, 73, 79, 101, 137, 139, 149, 163, 167, 199, 233, 257, 269, 271, 293, 313, 347, 373, 389, 421, 439, 443, 449, 467, 487, 491, 499, 577, 607, 631, 647, 653, 673, 677, 727, 751, 757, 811, 821, 823, 829, 839, 907, 929, 937, 947, 983, 1051, 1061, 1093
Offset: 1
The sequence of edges whose MM-numbers belong to the sequence begins: {{1,2}}, {{1,3}}, {{1,4}}, {{2,3}}, {{2,4}}, {{1,5}}, {{1,6}}, {{2,5}}, {{1,7}}, {{3,4}}, {{1,8}}, {{2,6}}, {{1,9}}, {{2,7}}, {{3,5}}, {{2,8}}.
Cf.
A001358,
A003963,
A006881,
A056239,
A085156,
A106349,
A112798,
A302242,
A302491,
A320458,
A320459,
A320461.
-
Select[Range[100],PrimeOmega[#]==1&&PrimeOmega[PrimePi[#]]==2&&SquareFreeQ[PrimePi[#]]&]
-
isok(p) = isprime(p) && (ip=primepi(p)) && (omega(ip)==2) && (bigomega(ip) == 2); \\ Michel Marcus, Dec 16 2018
A320458
MM-numbers of labeled simple graphs spanning an initial interval of positive integers.
Original entry on oeis.org
1, 13, 377, 611, 1363, 1937, 2021, 2117, 16211, 17719, 26273, 27521, 44603, 56173, 58609, 83291, 91031, 91039, 99499, 141401, 143663, 146653, 147533, 153023, 159659, 167243, 170839, 203087, 237679, 243893, 265369, 271049, 276877, 290029, 301129, 315433, 467711
Offset: 1
The sequence of terms together with their multiset multisystems begins:
1: {}
13: {{1,2}}
377: {{1,2},{1,3}}
611: {{1,2},{2,3}}
1363: {{1,3},{2,3}}
1937: {{1,2},{3,4}}
2021: {{1,4},{2,3}}
2117: {{1,3},{2,4}}
16211: {{1,2},{1,3},{1,4}}
17719: {{1,2},{1,3},{2,3}}
26273: {{1,2},{1,4},{2,3}}
27521: {{1,2},{1,3},{2,4}}
44603: {{1,2},{2,3},{2,4}}
56173: {{1,2},{1,3},{3,4}}
58609: {{1,3},{1,4},{2,3}}
83291: {{1,2},{1,4},{3,4}}
91031: {{1,3},{1,4},{2,4}}
91039: {{1,2},{2,3},{3,4}}
99499: {{1,3},{2,3},{2,4}}
Cf.
A001222,
A003963,
A005117,
A055932,
A056239,
A112798,
A255906,
A290103,
A302242,
A302478,
A302491,
A305052.
-
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[10000],And[SquareFreeQ[#],normQ[primeMS/@primeMS[#]],And@@(And[SquareFreeQ[#],Length[primeMS[#]]==2]&/@primeMS[#])]&]
A320462
MM-numbers of labeled multigraphs with loops spanning an initial interval of positive integers.
Original entry on oeis.org
1, 7, 13, 49, 91, 161, 169, 299, 329, 343, 377, 611, 637, 667, 1127, 1183, 1261, 1363, 1937, 2021, 2093, 2117, 2197, 2303, 2401, 2639, 3703, 3887, 4277, 4459, 4669, 4901, 6877, 7567, 7889, 7943, 8281, 8671, 8827, 9541, 10933, 13559, 14053, 14147, 14651, 14819
Offset: 1
The sequence of terms together with their multiset multisystems begins:
1: {}
7: {{1,1}}
13: {{1,2}}
49: {{1,1},{1,1}}
91: {{1,1},{1,2}}
161: {{1,1},{2,2}}
169: {{1,2},{1,2}}
299: {{2,2},{1,2}}
329: {{1,1},{2,3}}
343: {{1,1},{1,1},{1,1}}
377: {{1,2},{1,3}}
611: {{1,2},{2,3}}
637: {{1,1},{1,1},{1,2}}
667: {{2,2},{1,3}}
1127: {{1,1},{1,1},{2,2}}
1183: {{1,1},{1,2},{1,2}}
-
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[10000],And[normQ[primeMS/@primeMS[#]],And@@(Length[primeMS[#]]==2&/@primeMS[#])]&]
A320925
Heinz numbers of connected multigraphical partitions.
Original entry on oeis.org
4, 9, 12, 25, 27, 30, 36, 40, 49, 63, 70, 75, 81, 84, 90, 100, 108, 112, 120, 121, 147, 154, 165, 169, 175, 189, 196, 198, 210, 220, 225, 243, 250, 252, 264, 270, 273, 280, 286, 289, 300, 324, 325, 336, 343, 351, 352, 360, 361, 363, 364, 385, 390, 400, 441
Offset: 1
The sequence of all connected multigraphical partitions begins: (11), (22), (211), (33), (222), (321), (2211), (3111), (44), (422), (431), (332), (2222), (4211), (3221), (3311), (22211), (41111), (32111).
Cf.
A000070,
A000569,
A007717,
A056239,
A112798,
A147878,
A209816,
A300061,
A320459,
A320911,
A320921,
A320923,
A320924.
-
prptns[m_]:=Union[Sort/@If[Length[m]==0,{{}},Join@@Table[Prepend[#,m[[ipr]]]&/@prptns[Delete[m,List/@ipr]],{ipr,Select[Prepend[{#},1]&/@Select[Range[2,Length[m]],m[[#]]>m[[#-1]]&],UnsameQ@@m[[#]]&]}]]];
csm[s_]:=With[{c=Select[Tuples[Range[Length[s]],2],And[OrderedQ[#],UnsameQ@@#,Length[Intersection@@s[[#]]]>0]&]},If[c=={},s,csm[Union[Append[Delete[s,List/@c[[1]]],Union@@s[[c[[1]]]]]]]]];
Select[Range[1000],Select[prptns[Flatten[MapIndexed[Table[#2,{#1}]&,If[#==1,{},Flatten[Cases[FactorInteger[#],{p_,k_}:>Table[PrimePi[p],{k}]]]]]]],Length[csm[#]]==1&]!={}&]
A320464
MM-numbers of labeled multi-hypergraphs with no singletons spanning an initial interval of positive integers.
Original entry on oeis.org
1, 13, 113, 169, 377, 611, 1291, 1363, 1469, 1937, 2021, 2117, 2197, 3277, 4537, 4859, 4901, 5249, 5311, 7423, 7943, 8249, 8507, 10933, 12769, 16211, 16403, 16559, 16783, 16837, 17719, 19097, 20443, 20453, 24553, 25181, 25477, 26273, 26969, 27521, 28561, 28717
Offset: 1
The sequence of terms together with their multiset multisystems begins:
1: {}
13: {{1,2}}
113: {{1,2,3}}
169: {{1,2},{1,2}}
377: {{1,2},{1,3}}
611: {{1,2},{2,3}}
1291: {{1,2,3,4}}
1363: {{1,3},{2,3}}
1469: {{1,2},{1,2,3}}
1937: {{1,2},{3,4}}
2021: {{1,4},{2,3}}
2117: {{1,3},{2,4}}
2197: {{1,2},{1,2},{1,2}}
3277: {{1,3},{1,2,3}}
4537: {{1,2},{1,3,4}}
4859: {{1,4},{1,2,3}}
4901: {{1,2},{1,2},{1,3}}
5249: {{1,3},{1,2,4}}
5311: {{2,3},{1,2,3}}
7423: {{1,2},{2,3,4}}
7943: {{1,2},{1,2},{2,3}}
8249: {{2,4},{1,2,3}}
8507: {{2,3},{1,2,4}}
-
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[10000],And[normQ[primeMS/@primeMS[#]],And@@(And[SquareFreeQ[#],PrimeOmega[#]>1]&/@primeMS[#])]&]
Showing 1-8 of 8 results.
Comments