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}]]]]]]]!={}&]
A344291
Numbers whose sum of prime indices is at least twice their number of prime indices (counted with multiplicity).
Original entry on oeis.org
1, 3, 5, 7, 9, 10, 11, 13, 14, 15, 17, 19, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 37, 38, 39, 41, 42, 43, 44, 45, 46, 47, 49, 50, 51, 52, 53, 55, 57, 58, 59, 61, 62, 63, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 81, 82, 83, 84, 85
Offset: 1
The sequence of terms together with their prime indices begins:
1: {} 25: {3,3} 43: {14} 62: {1,11}
3: {2} 26: {1,6} 44: {1,1,5} 63: {2,2,4}
5: {3} 27: {2,2,2} 45: {2,2,3} 65: {3,6}
7: {4} 28: {1,1,4} 46: {1,9} 66: {1,2,5}
9: {2,2} 29: {10} 47: {15} 67: {19}
10: {1,3} 30: {1,2,3} 49: {4,4} 68: {1,1,7}
11: {5} 31: {11} 50: {1,3,3} 69: {2,9}
13: {6} 33: {2,5} 51: {2,7} 70: {1,3,4}
14: {1,4} 34: {1,7} 52: {1,1,6} 71: {20}
15: {2,3} 35: {3,4} 53: {16} 73: {21}
17: {7} 37: {12} 55: {3,5} 74: {1,12}
19: {8} 38: {1,8} 57: {2,8} 75: {2,3,3}
21: {2,4} 39: {2,6} 58: {1,10} 76: {1,1,8}
22: {1,5} 41: {13} 59: {17} 77: {4,5}
23: {9} 42: {1,2,4} 61: {18} 78: {1,2,6}
For example, the prime indices of 45 are {2,2,3} with sum 7 >= 2*3, so 45 is in the sequence.
The partitions with these Heinz numbers are counted by
A110618.
The conjugate opposite version is
A344414.
The conjugate case of equality is
A344415.
A001221 counts distinct prime indices.
A001222 counts prime indices with multiplicity.
A344293
5-smooth numbers n whose sum of prime indices A056239(n) is at least twice the number of prime indices A001222(n).
Original entry on oeis.org
1, 3, 5, 9, 10, 15, 25, 27, 30, 45, 50, 75, 81, 90, 100, 125, 135, 150, 225, 243, 250, 270, 300, 375, 405, 450, 500, 625, 675, 729, 750, 810, 900, 1000, 1125, 1215, 1250, 1350, 1500, 1875, 2025, 2187, 2250, 2430, 2500, 2700, 3000, 3125, 3375, 3645, 3750, 4050
Offset: 1
The sequence of terms together with their prime indices begins:
1: {} 125: {3,3,3}
3: {2} 135: {2,2,2,3}
5: {3} 150: {1,2,3,3}
9: {2,2} 225: {2,2,3,3}
10: {1,3} 243: {2,2,2,2,2}
15: {2,3} 250: {1,3,3,3}
25: {3,3} 270: {1,2,2,2,3}
27: {2,2,2} 300: {1,1,2,3,3}
30: {1,2,3} 375: {2,3,3,3}
45: {2,2,3} 405: {2,2,2,2,3}
50: {1,3,3} 450: {1,2,2,3,3}
75: {2,3,3} 500: {1,1,3,3,3}
81: {2,2,2,2} 625: {3,3,3,3}
90: {1,2,2,3} 675: {2,2,2,3,3}
100: {1,1,3,3} 729: {2,2,2,2,2,2}
Allowing any number of parts and sum gives
A051037, counted by
A001399.
These are Heinz numbers of the partitions counted by
A266755.
Requiring the sum of prime indices to be even gives
A344295.
-
Select[Range[1000],PrimeOmega[#]<=Total[Cases[FactorInteger[#],{p_,k_}:>k*PrimePi[p]]]/2&&Max@@First/@FactorInteger[#]<=5&]
Showing 1-3 of 3 results.
Comments