A387137
Number of integer partitions of n whose parts do not have choosable sets of strict integer partitions.
Original entry on oeis.org
0, 0, 1, 1, 3, 4, 6, 9, 14, 20, 29, 39, 56, 74, 101, 134, 178, 232, 305, 392, 508, 646, 825, 1042, 1317, 1649, 2066, 2567, 3190, 3937, 4859, 5960, 7306, 8914, 10863, 13183, 15984, 19304, 23288, 28003, 33631, 40272, 48166, 57453, 68448, 81352, 96568, 114383
Offset: 0
The a(2) = 1 through a(8) = 14 partitions:
(11) (111) (22) (221) (222) (322) (422)
(211) (311) (411) (511) (611)
(1111) (2111) (2211) (2221) (2222)
(11111) (3111) (3211) (3221)
(21111) (4111) (3311)
(111111) (22111) (4211)
(31111) (5111)
(211111) (22211)
(1111111) (32111)
(41111)
(221111)
(311111)
(2111111)
(11111111)
Twice-partitions of this type (into distinct strict partitions) are counted by
A358914.
For divisors instead of strict partitions we have
A370320, ranks
A355740.
For prime factors instead of strict partitions we have
A370593, ranks
A355529.
For initial intervals instead of strict partitions we have
A387118, ranks
A387113.
For all partitions instead of strict partitions we have
A387134, ranks
A387577.
These partitions are ranked by
A387176.
Cf.
A005703,
A052335,
A261049,
A270995,
A276078,
A335448,
A355535,
A367867,
A367901,
A367905,
A383706,
A387115.
-
strptns[n_]:=Select[IntegerPartitions[n],UnsameQ@@#&];
Table[Length[Select[IntegerPartitions[n],Length[Select[Tuples[strptns/@#],UnsameQ@@#&]]==0&]],{n,0,15}]
A387176
Numbers whose prime indices do not have choosable sets of strict integer partitions. Zeros of A387115.
Original entry on oeis.org
4, 8, 9, 12, 16, 18, 20, 24, 27, 28, 32, 36, 40, 44, 45, 48, 52, 54, 56, 60, 63, 64, 68, 72, 76, 80, 81, 84, 88, 90, 92, 96, 99, 100, 104, 108, 112, 116, 117, 120, 124, 125, 126, 128, 132, 135, 136, 140, 144, 148, 152, 153, 156, 160, 162, 164, 168, 171, 172
Offset: 1
The complement for all partitions appears to be
A276078, counted by
A052335.
For divisors instead of strict partitions we have
A355740, counted by
A370320.
Twice-partitions of this type (into distinct strict partitions) are counted by
A358914.
For initial intervals instead of strict partitions we have
A387113, counted by
A387118.
These are the positions of 0 in
A387115.
The complement for constant partitions is
A387181, counted by
A387330.
A003963 multiplies together the prime indices of n.
A120383 lists numbers divisible by all of their prime indices.
A289509 lists numbers with relatively prime prime indices.
Cf.
A000720,
A261049,
A270995,
A335433,
A335448,
A355744,
A357978,
A357980,
A383706,
A387110,
A387120.
-
prix[n_]:=If[n==1,{},Flatten[Cases[FactorInteger[n],{p_,k_}:>Table[PrimePi[p],{k}]]]];
Select[Range[100],Select[Tuples[Select[IntegerPartitions[#],UnsameQ@@#&]&/@prix[#]],UnsameQ@@#&]=={}&]
A387177
Numbers whose prime indices have choosable sets of strict integer partitions. Positions of nonzero terms in A387115.
Original entry on oeis.org
1, 2, 3, 5, 6, 7, 10, 11, 13, 14, 15, 17, 19, 21, 22, 23, 25, 26, 29, 30, 31, 33, 34, 35, 37, 38, 39, 41, 42, 43, 46, 47, 49, 50, 51, 53, 55, 57, 58, 59, 61, 62, 65, 66, 67, 69, 70, 71, 73, 74, 75, 77, 78, 79, 82, 83, 85, 86, 87, 89, 91, 93, 94, 95, 97, 98
Offset: 1
The prime indices of 50 are {1,3,3}, and {(1),(3),(2,1)} is a valid choice of distinct strict partitions, so 50 is in the sequence.
The version for all partitions appears to be
A276078, counted by
A052335.
The complement for all partitions appears to be
A276079, counted by
A387134.
Twice-partitions of this type (into distinct strict partitions) are counted by
A358914.
These are the positions of nonzero terms in
A387115.
A003963 multiplies together the prime indices of n.
A289509 lists numbers with relatively prime prime indices.
-
prix[n_]:=If[n==1,{},Flatten[Cases[FactorInteger[n],{p_,k_}:>Table[PrimePi[p],{k}]]]];
strptns[n_]:=Select[IntegerPartitions[n],UnsameQ@@#&];
Select[Range[100],Select[Tuples[strptns/@prix[#]],UnsameQ@@#&]!={}&]
A387178
Number of integer partitions of n whose parts have choosable sets of strict integer partitions.
Original entry on oeis.org
1, 1, 1, 2, 2, 3, 5, 6, 8, 10, 13, 17, 21, 27, 34, 42, 53, 65, 80, 98, 119, 146, 177, 213, 258, 309, 370, 443, 528, 628, 745, 882, 1043, 1229, 1447, 1700, 1993, 2333, 2727, 3182, 3707, 4311, 5008, 5808, 6727, 7782, 8990, 10371, 11952, 13756, 15815, 18161
Offset: 0
The partition y = (3,3,2) has sets of strict integer partitions ({(2,1),(3)},{(2,1),(3)},{(2)}), and we have the choice ((2,1),(3),(2)) or ((3),(2,1),(2)), so y is counted under a(8).
The a(1) = 1 through a(9) = 10 partitions:
(1) (2) (3) (4) (5) (6) (7) (8) (9)
(2,1) (3,1) (3,2) (3,3) (4,3) (4,4) (5,4)
(4,1) (4,2) (5,2) (5,3) (6,3)
(5,1) (6,1) (6,2) (7,2)
(3,2,1) (3,3,1) (7,1) (8,1)
(4,2,1) (3,3,2) (4,3,2)
(4,3,1) (4,4,1)
(5,2,1) (5,3,1)
(6,2,1)
(3,3,2,1)
For initial intervals instead of strict partitions we have
A238873, ranks
A387112.
For divisors instead of strict partitions we have
A239312, ranks
A368110.
For prime factors instead of strict partitions we have
A370592, ranks
A368100.
These partitions are ranked by
A387177.
For all partitions instead of just strict partitions we have
A387328, ranks
A387576.
For constant partitions instead of strict partitions we have
A387330, ranks
A387181.
A358914 counts twice-partitions into distinct strict partitions.
-
strptns[n_]:=Select[IntegerPartitions[n],UnsameQ@@#&];
Table[Length[Select[IntegerPartitions[n],Select[Tuples[strptns/@#],UnsameQ@@#&]!={}&]],{n,0,15}]
A387180
Numbers of which it is not possible to choose a different constant integer partition of each prime index.
Original entry on oeis.org
4, 8, 12, 16, 20, 24, 27, 28, 32, 36, 40, 44, 48, 52, 54, 56, 60, 64, 68, 72, 76, 80, 81, 84, 88, 92, 96, 100, 104, 108, 112, 116, 120, 124, 125, 128, 132, 135, 136, 140, 144, 148, 152, 156, 160, 162, 164, 168, 172, 176, 180, 184, 188, 189, 192, 196, 200, 204
Offset: 1
The prime indices of 60 are {1,1,2,3}, and we have the following 4 choices of constant partitions:
((1),(1),(2),(3))
((1),(1),(2),(1,1,1))
((1),(1),(1,1),(3))
((1),(1),(1,1),(1,1,1))
Since none of these is strict, 60 is in the sequence.
The prime indices of 90 are {1,2,2,3}, and we have the following 4 strict choices:
((1),(2),(1,1),(3))
((1),(2),(1,1),(1,1,1))
((1),(1,1),(2),(3))
((1),(1,1),(2),(1,1,1))
So 90 is not in the sequence.
For prime factors instead of constant partitions we have
A355529, counted by
A370593.
For divisors instead of constant partitions we have
A355740, counted by
A370320.
For initial intervals instead of partitions we have
A387113, counted by
A387118.
These are the positions of zero in
A387120.
For strict instead of constant partitions we have
A387176, counted by
A387137.
Twice-partitions of this type are counted by
A387179, constant-block case of
A296122.
Partitions of this type are counted by
A387329.
A003963 multiplies together prime indices.
A120383 lists numbers divisible by all of their prime indices.
A289509 lists numbers with relatively prime prime indices.
Cf.
A000005,
A052335,
A063834,
A276079,
A299200,
A299201,
A335433,
A335448,
A355731,
A383706,
A387110.
-
prix[n_]:=If[n==1,{},Flatten[Cases[FactorInteger[n],{p_,k_}:>Table[PrimePi[p],{k}]]]];
Select[Range[100],Select[Tuples[Select[IntegerPartitions[#],SameQ@@#&]&/@prix[#]],UnsameQ@@#&]=={}&]
Showing 1-5 of 5 results.
Comments