For a given positive integer $ 0 < n < 512$ and $l \,(l < n)$. Is to possible to find set of $n$ prime number such that choosing any $l$ prime numbers without repetition their sums or any basic math operation will not be equal unless the selected prime numbers are exactly the same.
Ex: n = 6 and l = 3, then prime numbers selected can be 2, 3, 5, 7, 11, 13.
However, if we choose (2, 5, 13) and (2, 7, 11) both add up to 20 though both of the sets have different prime numbers. Making the initial pick of the set of random numbers invalid.