The question is to find all possible integer n such that there exists at least 2 positive rational numbers $a_k$ such that $n = \sum_{i=1}^k a_i = \prod_{j=1}^ka_j.$
What I think is obvious is, for any composite numbers >=6, they all qualify because as long as you can find a pair of $a_1$ and $a_2$ whose $* = n$ but $+\leq n$, you can use $*1$ to make addition side up.
However, the remaining is quite hard, because $a_n$ can be non-integer, my current guess is as long as you use some 1/n, you need to pay back n*times. But I stuck here for like a day...