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}]
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}]
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-3 of 3 results.
Comments