OFFSET
0,13
COMMENTS
LINKS
Fausto A. C. Cariboni, Table of n, a(n) for n = 0..10000
EXAMPLE
The a(10) = 1 through a(24) = 15 triples (empty columns indicated by dots, A..J = 10..19):
532 . 543 . 743 753 754 . 765 B53 875 975 985 B75 987
732 752 853 873 974 B73 B65 D73 B76
952 954 A73 D53 B74 B85
B32 972 B54 B83 B94
B43 B72 B92 BA3
B52 D43 D54 C75
D32 D52 D72 D65
E53 D74
H32 D83
D92
F72
G53
H43
H52
J32
MATHEMATICA
Table[Length[Select[IntegerPartitions[n, {3}], !MemberQ[#, 1]&&CoprimeQ@@#&]], {n, 0, 30}]
CROSSREFS
A055684 is the version for pairs.
A337485 counts these partitions of any length.
A337563*6 is the ordered version.
A007359 counts pairwise coprime partitions with no 1's.
A078374 counts relatively prime strict partitions.
A302696 ranks pairwise coprime partitions.
A302698 counts relatively prime partitions with no 1's.
A305713 counts pairwise coprime strict partitions.
A327516 counts pairwise coprime partitions.
A337452 counts relatively prime strict partitions with no 1's.
KEYWORD
nonn
AUTHOR
Gus Wiseman, Sep 21 2020
STATUS
approved