A371128
Number of strict integer partitions of n containing all distinct divisors of all parts.
Original entry on oeis.org
1, 1, 0, 1, 1, 0, 2, 1, 2, 1, 2, 2, 3, 3, 3, 5, 3, 5, 6, 7, 7, 8, 8, 9, 12, 13, 13, 14, 15, 16, 19, 23, 25, 26, 26, 27, 36, 37, 40, 42, 46, 50, 55, 66, 65, 71, 71, 82, 90, 102, 103, 114, 117, 130, 147, 154, 166, 176, 182, 194, 228, 239, 259, 267, 287, 307, 336
Offset: 0
The a(9) = 1 through a(19) = 7 partitions (A..H = 10..17):
531 721 731 B1 751 D1 B31 D21 B51 H1 B71
4321 5321 5421 931 B21 7521 7531 D31 9531 D51
6321 7321 7421 8421 64321 B321 A521 B521
9321 65321 B421 D321
54321 74321 75321 75421
84321 76321
94321
A008284 counts partitions by length.
-
Table[Length[Select[IntegerPartitions[n], UnsameQ@@#&&SubsetQ[#,Union@@Divisors/@#]&]],{n,0,30}]
A371177
Positive integers whose prime indices include all distinct divisors of all prime indices.
Original entry on oeis.org
1, 2, 4, 6, 8, 10, 12, 16, 18, 20, 22, 24, 30, 32, 34, 36, 40, 42, 44, 48, 50, 54, 60, 62, 64, 66, 68, 72, 80, 82, 84, 88, 90, 96, 100, 102, 108, 110, 118, 120, 124, 126, 128, 132, 134, 136, 144, 150, 160, 162, 164, 166, 168, 170, 176, 180, 186, 192, 198, 200
Offset: 1
The terms together with their prime indices begin:
1: {}
2: {1}
4: {1,1}
6: {1,2}
8: {1,1,1}
10: {1,3}
12: {1,1,2}
16: {1,1,1,1}
18: {1,2,2}
20: {1,1,3}
22: {1,5}
24: {1,1,1,2}
30: {1,2,3}
32: {1,1,1,1,1}
34: {1,7}
36: {1,1,2,2}
40: {1,1,1,3}
42: {1,2,4}
44: {1,1,5}
48: {1,1,1,1,2}
A008284 counts partitions by length.
-
Select[Range[100],PrimeNu[#]==Length[Union @@ Divisors/@PrimePi/@First/@If[#==1,{},FactorInteger[#]]]&]
A371178
Number of integer partitions of n containing all divisors of all parts.
Original entry on oeis.org
1, 1, 1, 2, 3, 4, 6, 9, 12, 16, 21, 28, 37, 48, 62, 80, 101, 127, 162, 202, 252, 312, 386, 475, 585, 713, 869, 1056, 1278, 1541, 1859, 2232, 2675, 3196, 3811, 4534, 5386, 6379, 7547, 8908, 10497, 12345, 14501, 16999, 19897, 23253, 27135, 31618, 36796, 42756
Offset: 0
The partition (4,2,1,1) contains all distinct divisors {1,2,4}, so is counted under a(8).
The partition (4,4,3,2,2,2,1) contains all distinct divisors {1,2,3,4} so is counted under 4 + 4 + 3 + 2 + 2 + 2 + 1 = 18. - _David A. Corneth_, Mar 18 2024
The a(0) = 1 through a(8) = 12 partitions:
() (1) (11) (21) (31) (221) (51) (331) (71)
(111) (211) (311) (321) (421) (521)
(1111) (2111) (2211) (511) (3221)
(11111) (3111) (2221) (3311)
(21111) (3211) (4211)
(111111) (22111) (5111)
(31111) (22211)
(211111) (32111)
(1111111) (221111)
(311111)
(2111111)
(11111111)
For partitions with no divisors of parts we have
A305148, ranks
A316476.
The complement is counted by
A371132.
For submultisets instead of distinct parts we have
A371172, ranks
A371165.
These partitions have ranks
A371177.
A008284 counts partitions by length.
Cf.
A000837,
A003963,
A239312,
A285573,
A305148,
A319055,
A355529,
A370803,
A370808,
A370813,
A371168,
A371171,
A371173.
-
Table[Length[Select[IntegerPartitions[n],SubsetQ[#,Union@@Divisors/@#]&]],{n,0,30}]
A371179
Positive integers with fewer distinct prime factors (A001221) than distinct divisors of prime indices (A370820).
Original entry on oeis.org
3, 5, 7, 9, 11, 13, 14, 15, 17, 19, 21, 23, 25, 26, 27, 28, 29, 31, 33, 35, 37, 38, 39, 41, 43, 45, 46, 47, 49, 51, 52, 53, 55, 56, 57, 58, 59, 61, 63, 65, 67, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 81, 83, 85, 86, 87, 89, 91, 92, 93, 94, 95, 97, 98, 99, 101
Offset: 1
The terms together with their prime indices begin:
3: {2} 28: {1,1,4} 52: {1,1,6} 74: {1,12}
5: {3} 29: {10} 53: {16} 75: {2,3,3}
7: {4} 31: {11} 55: {3,5} 76: {1,1,8}
9: {2,2} 33: {2,5} 56: {1,1,1,4} 77: {4,5}
11: {5} 35: {3,4} 57: {2,8} 78: {1,2,6}
13: {6} 37: {12} 58: {1,10} 79: {22}
14: {1,4} 38: {1,8} 59: {17} 81: {2,2,2,2}
15: {2,3} 39: {2,6} 61: {18} 83: {23}
17: {7} 41: {13} 63: {2,2,4} 85: {3,7}
19: {8} 43: {14} 65: {3,6} 86: {1,14}
21: {2,4} 45: {2,2,3} 67: {19} 87: {2,10}
23: {9} 46: {1,9} 69: {2,9} 89: {24}
25: {3,3} 47: {15} 70: {1,3,4} 91: {4,6}
26: {1,6} 49: {4,4} 71: {20} 92: {1,1,9}
27: {2,2,2} 51: {2,7} 73: {21} 93: {2,11}
Counting all prime indices on the LHS gives
A371168, counted by
A371173.
A008284 counts partitions by length.
A305148 counts pairwise indivisible (stable) partitions, ranks
A316476.
A371180
Number of strict integer partitions of n with fewer parts than distinct divisors of parts.
Original entry on oeis.org
0, 0, 1, 1, 1, 3, 2, 4, 4, 7, 8, 10, 12, 15, 19, 22, 29, 33, 40, 47, 57, 68, 81, 95, 110, 129, 152, 178, 207, 240, 277, 317, 365, 422, 486, 558, 632, 723, 824, 940, 1067, 1210, 1371, 1544, 1751, 1977, 2233, 2508, 2820, 3162, 3555, 3983, 4465, 4990, 5571, 6224
Offset: 0
The strict partition (6,4,2,1) has 4 parts and 5 distinct divisors of parts {1,2,3,4,5}, so is counted under a(13).
The a(2) = 1 through a(11) = 10 partitions:
(2) (3) (4) (5) (6) (7) (8) (9) (10) (11)
(3,2) (4,2) (4,3) (5,3) (5,4) (6,4) (6,5)
(4,1) (5,2) (6,2) (6,3) (7,3) (7,4)
(6,1) (4,3,1) (7,2) (8,2) (8,3)
(8,1) (9,1) (9,2)
(4,3,2) (5,3,2) (10,1)
(6,2,1) (5,4,1) (5,4,2)
(6,3,1) (6,3,2)
(6,4,1)
(8,2,1)
The version for equality is
A371128.
A008284 counts partitions by length.
Cf.
A003963,
A239312,
A319055,
A355529,
A370803,
A370808,
A370813,
A371130 (
A370802),
A371171,
A371172 (
A371165),
A371173 (
A371168).
-
Table[Length[Select[IntegerPartitions[n],UnsameQ@@#&&Length[Union[#]] < Length[Union@@Divisors/@#]&]],{n,0,30}]
Showing 1-5 of 5 results.
Comments