OFFSET
1,1
COMMENTS
EXAMPLE
Sequence of all partitions whose distinct parts are pairwise coprime begins (1), (11), (21), (111), (31), (211), (41), (32), (1111), (221), (311), (51), (2111), (61), (411), (321), (11111), (52), (71), (43), (2211), (81), (3111).
MATHEMATICA
Select[Range[200], CoprimeQ@@PrimePi/@FactorInteger[#][[All, 1]]&]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, May 17 2018
STATUS
approved