A342499
Number of integer partitions of n with strictly decreasing first quotients.
Original entry on oeis.org
1, 1, 2, 2, 3, 4, 5, 5, 7, 9, 10, 11, 14, 15, 18, 20, 23, 26, 31, 34, 39, 42, 45, 51, 58, 65, 70, 78, 83, 91, 102, 111, 122, 133, 145, 158, 170, 182, 202, 217, 231, 248, 268, 285, 307, 332, 354, 374, 404, 436, 468, 502, 537, 576, 618, 654, 694, 737, 782, 830
Offset: 0
The partition (6,6,3,1) has first quotients (1,1/2,1/3) so is counted under a(16).
The a(1) = 1 through a(9) = 9 partitions:
(1) (2) (3) (4) (5) (6) (7) (8) (9)
(11) (21) (22) (32) (33) (43) (44) (54)
(31) (41) (42) (52) (53) (63)
(221) (51) (61) (62) (72)
(321) (331) (71) (81)
(332) (432)
(431) (441)
(531)
(3321)
The version for differences instead of quotients is
A320470.
The strictly increasing version is
A342498.
The weakly decreasing version is
A342513.
The Heinz numbers of these partitions are listed by
A342525.
A000005 counts constant partitions.
A074206 counts ordered factorizations.
A167865 counts strict chains of divisors > 1 summing to n.
A342098 counts partitions with adjacent parts x > 2y.
-
Table[Length[Select[IntegerPartitions[n],Greater@@Divide@@@Reverse/@Partition[#,2,1]&]],{n,0,30}]
A342519
Number of strict integer partitions of n with weakly decreasing first quotients.
Original entry on oeis.org
1, 1, 1, 2, 2, 3, 4, 5, 5, 7, 8, 9, 12, 14, 15, 18, 18, 21, 25, 29, 32, 38, 40, 44, 51, 57, 61, 66, 73, 77, 89, 97, 104, 115, 124, 135, 147, 160, 174, 193, 206, 218, 238, 254, 272, 293, 313, 331, 353, 381, 408, 436, 468, 499, 532, 569, 610, 651, 694, 735, 783
Offset: 0
The strict partition (10,7,4,2,1) has first quotients (7/10,4/7,1/2,1/2) so is counted under a(24), even though the first differences (-3,-3,-2,-1) are weakly increasing.
The a(1) = 1 through a(13) = 14 strict partitions (A..D = 10..13):
1 2 3 4 5 6 7 8 9 A B C D
21 31 32 42 43 53 54 64 65 75 76
41 51 52 62 63 73 74 84 85
321 61 71 72 82 83 93 94
421 431 81 91 92 A2 A3
432 541 A1 B1 B2
531 631 542 543 C1
4321 641 642 652
731 651 742
741 751
831 841
5421 931
5431
6421
The non-strict ordered version is
A069916.
The version for differences instead of quotients is
A320382.
The weakly increasing version is
A342516.
The strictly decreasing version is
A342518.
A000005 counts constant partitions.
A000929 counts partitions with all adjacent parts x >= 2y.
A057567 counts strict chains of divisors with weakly increasing quotients.
A167865 counts strict chains of divisors > 1 summing to n.
A342094 counts partitions with all adjacent parts x <= 2y (strict:
A342095).
A342528 counts compositions with alternately weakly increasing parts.
-
Table[Length[Select[IntegerPartitions[n],UnsameQ@@#&&GreaterEqual@@Divide@@@Reverse/@Partition[#,2,1]&]],{n,0,30}]
A342497
Number of integer partitions of n with weakly increasing first quotients.
Original entry on oeis.org
1, 1, 2, 3, 5, 6, 9, 11, 15, 18, 23, 25, 32, 36, 43, 49, 60, 65, 75, 83, 96, 106, 121, 131, 150, 163, 178, 194, 217, 230, 254, 275, 300, 320, 350, 374, 411, 439, 470, 503, 548, 578, 625, 666, 710, 758, 815, 855, 913, 970, 1029, 1085, 1157, 1212, 1288, 1360
Offset: 0
The partition y = (6,3,2,1,1) has first quotients (1/2,2/3,1/2,1) so is not counted under a(13). However, the first differences (-3,-1,-1,0) are weakly increasing, so y is counted under A240026(13).
The a(1) = 1 through a(8) = 15 partitions:
(1) (2) (3) (4) (5) (6) (7) (8)
(11) (21) (22) (32) (33) (43) (44)
(111) (31) (41) (42) (52) (53)
(211) (311) (51) (61) (62)
(1111) (2111) (222) (322) (71)
(11111) (411) (421) (422)
(3111) (511) (521)
(21111) (4111) (611)
(111111) (31111) (2222)
(211111) (4211)
(1111111) (5111)
(41111)
(311111)
(2111111)
(11111111)
The version for differences instead of quotients is
A240026.
The strictly increasing version is
A342498.
The weakly decreasing version is
A342513.
The Heinz numbers of these partitions are
A342523.
A000005 counts constant partitions.
A000929 counts partitions with all adjacent parts x >= 2y.
A074206 counts ordered factorizations.
A167865 counts strict chains of divisors > 1 summing to n.
A342094 counts partitions with all adjacent parts x <= 2y.
-
Table[Length[Select[IntegerPartitions[n],LessEqual@@Divide@@@Reverse/@Partition[#,2,1]&]],{n,0,30}]
A342526
Heinz numbers of integer partitions with weakly decreasing first quotients.
Original entry on oeis.org
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 25, 26, 27, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 41, 42, 43, 46, 47, 49, 50, 51, 53, 54, 55, 57, 58, 59, 61, 62, 64, 65, 67, 69, 70, 71, 73, 74, 75, 77, 79, 81, 82, 83, 85, 86, 87
Offset: 1
The prime indices of 294 are {1,2,4,4}, with first quotients (2,2,1), so 294 is in the sequence.
Most small numbers are in the sequence, but the sequence of non-terms together with their prime indices begins:
12: {1,1,2}
20: {1,1,3}
24: {1,1,1,2}
28: {1,1,4}
36: {1,1,2,2}
40: {1,1,1,3}
44: {1,1,5}
45: {2,2,3}
48: {1,1,1,1,2}
52: {1,1,6}
56: {1,1,1,4}
60: {1,1,2,3}
63: {2,2,4}
66: {1,2,5}
68: {1,1,7}
72: {1,1,1,2,2}
76: {1,1,8}
78: {1,2,6}
80: {1,1,1,1,3}
84: {1,1,2,4}
The version counting strict divisor chains is
A057567.
For multiplicities (prime signature) instead of quotients we have
A242031.
For differences instead of quotients we have
A325361 (count:
A320466).
The weakly increasing version is
A342523.
The strictly decreasing version is
A342525.
A000929 counts partitions with all adjacent parts x >= 2y.
A002843 counts compositions with all adjacent parts x <= 2y.
A167865 counts strict chains of divisors > 1 summing to n.
A318991/
A318992 rank reversed partitions with/without integer quotients.
Cf.
A048767,
A056239,
A067824,
A112798,
A238710,
A253249,
A325351,
A325352,
A325405,
A334997,
A342086,
A342191.
-
primeptn[n_]:=If[n==1,{},Reverse[Flatten[Cases[FactorInteger[n],{p_,k_}:>Table[PrimePi[p],{k}]]]]];
Select[Range[100],GreaterEqual@@Divide@@@Reverse/@Partition[primeptn[#],2,1]&]
Showing 1-4 of 4 results.
Comments