OFFSET
0,5
COMMENTS
First differs from A178472 at a(31) = 7, a(31) = 1.
LINKS
Fausto A. C. Cariboni, Table of n, a(n) for n = 0..290
EXAMPLE
The a(2) = 1 through a(10) = 17 compositions (A = 10):
2 3 4 5 6 7 8 9 A
22 24 26 36 28
33 44 63 46
42 62 333 55
222 224 64
242 82
422 226
2222 244
262
424
442
622
2224
2242
2422
4222
22222
MATHEMATICA
stabQ[u_, Q_]:=And@@Not/@Q@@@Tuples[u, 2];
Table[Length[Join@@Permutations/@Select[IntegerPartitions[n], stabQ[#, CoprimeQ]&]], {n, 0, 15}]
CROSSREFS
A337604 counts these compositions of length 3.
A337666 ranks these compositions.
A337694 gives Heinz numbers of the unordered version.
A337983 is the strict case.
A318717 is the unordered strict case.
A327516 counts pairwise coprime partitions.
A333227 ranks pairwise coprime compositions.
A333228 ranks compositions whose distinct parts are pairwise coprime.
KEYWORD
nonn
AUTHOR
Gus Wiseman, Oct 05 2020
STATUS
approved