Is it true that for every positive integer $k, n$ satisfying $2 \leq k \leq n$, there exist $n$ distinct positive integers such that the product of any $k$ integers selected from those $n$ integers is divisible by the sum of that $k$ integers?
It can be seen that the statement is true for $n = k$ with $k+1$ is not a prime (for example, choose $1, 2, ... , k$ , we have $k!$ is divisible by $1+2+..+k$), however I cannot proof or find any $n$ different positive integers that satisfy the statement with $n > k$ or $k+1$ is a prime.
Suppose $a_1a_2\cdots a_k$ is not divisible by $a_1+\cdots+a_k$. You can fix it by choosing $d$ such that $(a_1d)(a_2d)\cdots(a_kd)$ is divisible by $a_1d+\cdots+a_kd=(a_1+\cdots+a_k)d$. So for each set of $k$ of your $n$ numbers there a multiplier $d$ that fixes it. Take any common multiple of all these values of $d$, and multiply all the $a_i$ by it, and you've fixed everything.