OFFSET
1,9
COMMENTS
The reciprocal sum of (y_1, ..., y_k) is 1/y_1 + ... + 1/y_k.
A partition is aperiodic if its multiplicities are relatively prime.
LINKS
EXAMPLE
The a(17) = 13 partitions:
(6443),
(44441),
(3332222), (6322211),
(44222111),
(222222221), (333221111), (632111111),
(4421111111),
(22222211111), (33311111111),
(2222111111111),
(221111111111111).
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], And[GCD@@#==1, GCD@@Length/@Split[#]==1, IntegerQ[Sum[1/m, {m, #}]]]&]], {n, 50}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jul 16 2018
EXTENSIONS
a(51)-a(60) from Alois P. Heinz, Jul 18 2018
STATUS
approved