A362559
Number of integer partitions of n whose weighted sum is divisible by n.
Original entry on oeis.org
1, 1, 2, 1, 2, 3, 3, 3, 5, 4, 5, 7, 8, 11, 14, 14, 18, 25, 28, 26, 42, 47, 52, 73, 77, 100, 118, 122, 158, 188, 219, 266, 313, 367, 412, 489, 578, 698, 809, 914, 1094, 1268, 1472, 1677, 1948, 2305, 2656, 3072, 3527, 4081, 4665, 5342, 6225, 7119, 8150, 9408
Offset: 1
The weighted sum of y = (4,2,2,1) is 1*4+2*2+3*2+4*1 = 18, which is a multiple of 9, so y is counted under a(9).
The a(1) = 1 through a(9) = 5 partitions:
(1) (2) (3) (4) (5) (6) (7) (8) (9)
(111) (11111) (222) (3211) (3311) (333)
(3111) (1111111) (221111) (4221)
(222111)
(111111111)
For median instead of mean we have
A362558.
The complement is counted by
A362560.
A264034 counts partitions by weighted sum.
A318283 = weighted sum of reversed prime indices, row-sums of
A358136.
Cf.
A001227,
A051293,
A067538,
A067539,
A240219,
A261079,
A322439,
A326622,
A359893,
A360068,
A360069,
A362051.
-
Table[Length[Select[IntegerPartitions[n], Divisible[Total[Accumulate[Reverse[#]]],n]&]],{n,30}]
A363526
Number of integer partitions of n with reverse-weighted sum 3*n.
Original entry on oeis.org
1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 1, 2, 2, 2, 4, 3, 2, 4, 4, 4, 5, 5, 4, 7, 7, 5, 8, 7, 6, 11, 9, 8, 11, 10, 10, 13, 12, 11, 15, 15, 12, 17, 16, 14, 20, 18, 16, 22, 20, 19, 24, 22, 20, 27, 26, 23, 29, 27, 25, 33, 30, 28, 35, 33, 31, 38, 36, 33, 41, 40
Offset: 0
The partition (6,4,4,1) has sum 15 and reverse-weighted sum 45 so is counted under a(15).
The a(n) partitions for n = {5, 10, 15, 16, 21, 24}:
(1,1,1,1,1) (4,3,2,1) (6,4,4,1) (6,5,4,1) (8,6,6,1) (9,7,7,1)
(2,2,2,2,2) (6,5,2,2) (6,6,2,2) (8,7,4,2) (9,8,5,2)
(7,3,3,2) (7,4,3,2) (9,5,5,2) (9,9,3,3)
(3,3,3,3,3) (9,6,3,3) (10,6,6,2)
(10,4,4,3) (10,7,4,3)
(11,5,5,3)
(12,4,4,4)
Positions of terms with omega > 4 appear to be
A079998.
The version for compositions is
A231429.
The non-reverse version is
A363527.
A318283 gives weighted sum of reversed prime indices, row-sums of
A358136.
Cf.
A000016,
A008284,
A067538,
A222855,
A222970,
A359755,
A360672,
A360675,
A362559,
A362560,
A363525,
A363528.
-
Table[Length[Select[IntegerPartitions[n],Total[Accumulate[#]]==3n&]],{n,0,30}]
A362558
Number of integer partitions of n without a nonempty initial consecutive subsequence summing to n/2.
Original entry on oeis.org
1, 1, 1, 3, 2, 7, 6, 15, 11, 30, 27, 56, 44, 101, 93, 176, 149, 297, 271, 490, 432, 792, 744, 1255, 1109, 1958, 1849, 3010, 2764, 4565, 4287, 6842, 6328, 10143, 9673, 14883, 13853, 21637, 20717, 31185, 29343, 44583, 42609, 63261, 60100, 89134, 85893, 124754
Offset: 0
The a(1) = 1 through a(7) = 15 partitions:
(1) (2) (3) (4) (5) (6) (7)
(21) (31) (32) (42) (43)
(111) (41) (51) (52)
(221) (222) (61)
(311) (411) (322)
(2111) (2211) (331)
(11111) (421)
(511)
(2221)
(3211)
(4111)
(22111)
(31111)
(211111)
(1111111)
The partition y = (3,2,1,1,1) has nonempty initial consecutive subsequences (3,2,1,1,1), (3,2,1,1), (3,2,1), (3,2), (3), with sums 8, 7, 6, 5, 3. Since 4 is missing, y is counted under a(8).
The version for compositions is
A213173.
The complement is counted by
A322439 aerated.
For mean instead of median we have
A362559.
Cf.
A058398,
A108917,
A169942,
A325676,
A353864,
A360254,
A360672,
A360675,
A360686,
A360687,
A362560.
-
Table[Length[Select[IntegerPartitions[n],!MemberQ[Accumulate[#],n/2]&]],{n,0,15}]
A363527
Number of integer partitions of n with weighted sum 3*n.
Original entry on oeis.org
1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 3, 4, 4, 6, 8, 7, 10, 13, 13, 21, 25, 24, 37, 39, 40, 58, 63, 72, 94, 106, 118, 144, 165, 181, 224, 256, 277, 341, 387, 417, 504, 560, 615, 743, 818, 899, 1066, 1171, 1285, 1502, 1655, 1819, 2108, 2315, 2547, 2915
Offset: 0
The partition (2,2,1,1,1,1) has sum 8 and weighted sum 24 so is counted under a(8).
The a(13) = 1 through a(18) = 8 partitions:
(332221) (333221) (33333) (442222) (443222) (443331)
(4322111) (522222) (5322211) (4433111) (444222)
(71111111) (4332111) (55111111) (5332211) (533322)
(63111111) (63211111) (55211111) (4443111)
(63311111) (7222221)
(72221111) (55311111)
(64221111)
(A11111111)
The version for compositions is
A231429.
These partitions have ranks
A363531.
A318283 gives weighted sum of reversed prime indices, row-sums of
A358136.
Cf.
A000016,
A008284,
A067538,
A222855,
A222970,
A359755,
A360672,
A360675,
A362559,
A362560,
A363525,
A363528,
A363532.
-
Table[Length[Select[IntegerPartitions[n],Total[Accumulate[Reverse[#]]]==3n&]],{n,0,30}]
A362051
Number of integer partitions of 2n without a nonempty initial consecutive subsequence summing to n.
Original entry on oeis.org
1, 1, 2, 6, 11, 27, 44, 93, 149, 271, 432, 744, 1109, 1849, 2764, 4287, 6328, 9673, 13853, 20717, 29343, 42609, 60100, 85893, 118475, 167453, 230080, 318654, 433763, 595921, 800878, 1090189, 1456095, 1957032, 2600199, 3465459, 4558785, 6041381, 7908681
Offset: 0
The a(1) = 1 through a(4) = 11 partitions:
(2) (4) (6) (8)
(31) (42) (53)
(51) (62)
(222) (71)
(411) (332)
(2211) (521)
(611)
(3221)
(3311)
(5111)
(32111)
The partition y = (3,2,1,1,1) has nonempty initial consecutive subsequences (3,2,1,1,1), (3,2,1,1), (3,2,1), (3,2), (3), with sums 8, 7, 6, 5, 3. Since 4 is missing, y is counted under a(4).
The complement is counted by
A322439.
A304442 counts partitions with all equal run-sums.
A353836 counts partitions by number of distinct run-sums.
Cf.
A108917,
A169942,
A237363,
A325676,
A353864,
A360254,
A360672,
A360675,
A360686,
A360952,
A362560.
-
Table[Length[Select[IntegerPartitions[2n],!MemberQ[Accumulate[#],n]&]],{n,0,15}]
A363525
Number of integer partitions of n with weighted sum divisible by reverse-weighted sum.
Original entry on oeis.org
1, 2, 2, 3, 2, 4, 2, 4, 5, 5, 3, 10, 4, 7, 13, 10, 8, 29, 10, 18, 39, 20, 20, 70, 29, 40, 105, 65, 55, 166, 73, 132, 242, 141, 129, 476, 183, 248, 580, 487, 312, 984, 422, 868, 1345, 825, 724, 2709, 949, 1505, 2756, 2902, 1611, 4664, 2289, 4942, 5828, 4278
Offset: 1
The partition (6,5,4,3,2,1,1,1,1) has weighted sum 80, reverse 160, so is counted under a(24).
The a(n) partitions for n = 1, 2, 4, 6, 9, 12, 14 (A..E = 10-14):
1 2 4 6 9 C E
11 22 33 333 66 77
1111 222 711 444 65111
111111 6111 921 73211
111111111 3333 2222222
7311 71111111
63111 11111111111111
222222
621111
111111111111
The case of equality (and reciprocal version) is
A000005.
A318283 gives weighted sum of reversed prime indices, row-sums of
A358136.
Cf.
A000016,
A008284,
A067538,
A222855,
A222970,
A358137,
A359755,
A362558,
A362559,
A362560,
A363527.
-
Table[Length[Select[IntegerPartitions[n], Divisible[Total[Accumulate[#]], Total[Accumulate[Reverse[#]]]]&]],{n,30}]
A363528
Number of strict integer partitions of n with weighted sum divisible by reverse-weighted sum.
Original entry on oeis.org
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 3, 1, 1, 3, 1, 2, 6, 2, 3, 9, 3, 4, 11, 4, 5, 16, 6, 8, 24, 8, 10, 31, 11, 14, 41, 18, 18, 59, 21, 27, 74, 30, 32, 100, 35, 43, 128, 54, 53, 173, 58, 78, 215, 81, 88, 294, 97, 123, 362, 150, 146, 469, 162, 221, 577
Offset: 1
The a(n) partitions for n = 1, 12, 15, 21, 24, 26:
(1) (12) (15) (21) (24) (26)
(9,2,1) (11,3,1) (15,5,1) (17,6,1) (11,8,4,2,1)
(9,3,2,1) (16,3,2) (18,4,2) (12,6,5,2,1)
(11,7,2,1) (12,9,2,1) (13,5,4,3,1)
(12,5,3,1) (13,7,3,1)
(10,5,3,2,1) (14,5,4,1)
(15,4,3,2)
(10,8,3,2,1)
(11,6,4,2,1)
A318283 gives weighted sum of reversed prime indices, row-sums of
A358136.
Cf.
A008284,
A053632,
A067538,
A222855,
A222970,
A358137,
A359754,
A359755,
A362558,
A362559,
A362560.
-
Table[Length[Select[IntegerPartitions[n], UnsameQ@@#&&Divisible[Total[Accumulate[#]],Total[Accumulate[Reverse[#]]]]&]],{n,30}]
Showing 1-7 of 7 results.
Comments