OFFSET
0,8
COMMENTS
The Heinz numbers of these partitions are given by A337987. The Heinz number of an integer partition (y_1,...,y_k) is prime(y_1)*...*prime(y_k), giving a bijective correspondence between positive integers and integer partitions.
EXAMPLE
The a(5) = 1 through a(13) = 15 partitions (empty column indicated by dot, A = 10, B = 11):
32 . 43 53 54 73 65 75 76
52 332 72 433 74 543 85
322 522 532 83 552 94
3222 3322 92 732 A3
443 5322 B2
533 33222 544
722 553
3332 733
5222 922
32222 4333
5332
7222
33322
52222
322222
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], !MemberQ[#, 1]&&CoprimeQ@@Union[#]&]], {n, 0, 30}]
CROSSREFS
A200976 is a pairwise non-coprime instead of pairwise coprime version.
A318717 counts pairwise non-coprime strict partitions.
A337987 gives the Heinz numbers of these partitions.
A007359 counts singleton or pairwise coprime partitions with no 1's.
A328673 counts partitions with no two distinct parts relatively prime.
A337561 counts pairwise coprime strict compositions.
A337665 counts compositions whose distinct parts are pairwise coprime.
A337697 counts pairwise coprime compositions with no 1's.
KEYWORD
nonn
AUTHOR
Gus Wiseman, Oct 23 2020
STATUS
approved