A337666
Numbers k such that any two parts of the k-th composition in standard order (A066099) have a common divisor > 1.
Original entry on oeis.org
0, 2, 4, 8, 10, 16, 32, 34, 36, 40, 42, 64, 128, 130, 136, 138, 160, 162, 168, 170, 256, 260, 288, 292, 512, 514, 520, 522, 528, 544, 546, 552, 554, 640, 642, 648, 650, 672, 674, 680, 682, 1024, 2048, 2050, 2052, 2056, 2058, 2080, 2082, 2084, 2088, 2090, 2176
Offset: 1
The sequence together with the corresponding compositions begins:
0: () 138: (4,2,2) 546: (4,4,2)
2: (2) 160: (2,6) 552: (4,2,4)
4: (3) 162: (2,4,2) 554: (4,2,2,2)
8: (4) 168: (2,2,4) 640: (2,8)
10: (2,2) 170: (2,2,2,2) 642: (2,6,2)
16: (5) 256: (9) 648: (2,4,4)
32: (6) 260: (6,3) 650: (2,4,2,2)
34: (4,2) 288: (3,6) 672: (2,2,6)
36: (3,3) 292: (3,3,3) 674: (2,2,4,2)
40: (2,4) 512: (10) 680: (2,2,2,4)
42: (2,2,2) 514: (8,2) 682: (2,2,2,2,2)
64: (7) 520: (6,4) 1024: (11)
128: (8) 522: (6,2,2) 2048: (12)
130: (6,2) 528: (5,5) 2050: (10,2)
136: (4,4) 544: (4,6) 2052: (9,3)
A337604 counts these compositions of length 3.
A337694 is the version for Heinz numbers of partitions.
A051185 and
A305843 (covering) count pairwise intersecting set-systems.
A101268 counts pairwise coprime or singleton compositions.
A318717 counts strict pairwise non-coprime partitions.
A327516 counts pairwise coprime partitions.
A335236 ranks compositions neither a singleton nor pairwise coprime.
A337462 counts pairwise coprime compositions.
All of the following pertain to compositions in standard order (
A066099):
-
A233564 ranks strict compositions.
-
A272919 ranks constant compositions.
-
A291166 appears to rank relatively prime compositions.
-
A326674 is greatest common divisor.
-
A333227 ranks coprime (Mathematica definition) compositions.
-
A333228 ranks compositions with distinct parts coprime.
-
A335235 ranks singleton or coprime compositions.
-
stc[n_]:=Differences[Prepend[Join@@Position[Reverse[IntegerDigits[n,2]],1],0]]//Reverse;
stabQ[u_,Q_]:=And@@Not/@Q@@@Tuples[u,2];
Select[Range[0,1000],stabQ[stc[#],CoprimeQ]&]
A337983
Number of compositions of n into distinct parts, any two of which have a common divisor > 1.
Original entry on oeis.org
1, 0, 1, 1, 1, 1, 3, 1, 3, 3, 5, 1, 13, 1, 13, 7, 19, 1, 35, 1, 59, 15, 65, 1, 117, 5, 133, 27, 195, 1, 411, 7, 435, 67, 617, 17, 941, 7, 1177, 135, 1571, 13, 2939, 31, 3299, 375, 4757, 13, 6709, 43, 8813, 643, 11307, 61, 16427, 123, 24331, 1203, 30461, 67
Offset: 0
The a(2) = 1 through a(15) = 7 compositions (A..F = 10..15):
2 3 4 5 6 7 8 9 A B C D E F
24 26 36 28 2A 2C 3C
42 62 63 46 39 4A 5A
64 48 68 69
82 84 86 96
93 A4 A5
A2 C2 C3
246 248
264 284
426 428
462 482
624 824
642 842
A318719 is the version for Heinz numbers of partitions.
A337561 is the pairwise coprime instead of pairwise non-coprime version, or
A337562 if singletons are considered coprime.
A337605*6 counts these compositions of length 3.
A051185 and
A305843 (covering) count pairwise intersecting set-systems.
A101268 counts pairwise coprime or singleton compositions.
A318749 is the version for factorizations, with non-strict version
A319786.
A333228 ranks compositions whose distinct parts are pairwise coprime.
A335236 ranks compositions neither a singleton nor pairwise coprime.
A337462 counts pairwise coprime compositions.
A337694 lists numbers with no two relatively prime prime indices.
-
stabQ[u_,Q_]:=And@@Not/@Q@@@Tuples[u,2];
Table[Length[Join@@Permutations/@Select[IntegerPartitions[n],UnsameQ@@#&&stabQ[#,CoprimeQ]&]],{n,0,30}]
A338317
Number of integer partitions of n with no 1's and pairwise coprime distinct parts, where a singleton is always considered coprime.
Original entry on oeis.org
1, 0, 1, 1, 2, 2, 3, 4, 5, 6, 7, 11, 11, 16, 16, 19, 25, 32, 34, 44, 46, 53, 66, 80, 88, 101, 116, 132, 150, 180, 204, 229, 254, 287, 331, 366, 426, 473, 525, 584, 662, 742, 835, 922, 1013, 1128, 1262, 1408, 1555, 1711, 1894, 2080, 2297, 2555, 2806, 3064, 3376
Offset: 0
The a(2) = 1 through a(12) = 11 partitions (A = 10, B = 11, C = 12):
2 3 4 5 6 7 8 9 A B C
22 32 33 43 44 54 55 65 66
222 52 53 72 73 74 75
322 332 333 433 83 444
2222 522 532 92 543
3222 3322 443 552
22222 533 732
722 3333
3332 5322
5222 33222
32222 222222
A200976 (
A338318) gives the pairwise non-coprime instead of coprime version.
A328673 (
A328867) gives partitions with no distinct relatively prime parts.
A337485 (
A337984) gives pairwise coprime integer partitions with no 1's.
A337665 (
A333228) gives compositions with pairwise coprime distinct parts.
-
Table[Length[Select[IntegerPartitions[n],!MemberQ[#,1]&&(SameQ@@#||CoprimeQ@@Union[#])&]],{n,0,15}]
Showing 1-3 of 3 results.
Comments