OFFSET
1,5
LINKS
Fausto A. C. Cariboni, Table of n, a(n) for n = 1..700
EXAMPLE
The a(13) = 9 strict partitions are (7,6), (8,5), (9,4), (10,3), (11,2), (12,1), (7,5,1), (5,4,3,1), (7,3,2,1).
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], UnsameQ@@#&&CoprimeQ@@#&]], {n, 30}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Sep 01 2018
STATUS
approved