Let's review a triple of numbers, $1, 2, 3$, it is a curiosity that
$$1+2+3 = 1\times2\times3 = 6$$
Are there another triples (or not necessary triples) such that their multiple equal to their sum?
And generalised pattern of such identities would be interesting and appreciated.
PS: Conjecture: Reviewing $t$ fold case of such numbers, they are seem to be the integer solutions of the equation $$n(n+1)(n+2)\cdots(n+t) = \binom{t+1}{1}n + \binom{t+1}{2}$$
PSS: Integer solution (for consequent integers) $$\prod_{k=0}^{2s} (n+k) = \sum_{k=0}^{2s} (n+k)$$ for $n=-s$. But these sums and products are 0.
PS3: Still we can easily find such combinations using the following pattern: $$\prod_{k=1}^{a_0\cdots a_t - (a_0+\cdots+a_t)} 1 \times \prod_{k=0}^t a_k = \left(\sum_{k=0}^t a_k\right)+\sum_{k=1}^{a_0\cdots a_t - (a_0+\cdots+a_t)} 1$$
Hint: $$a+b+c=abc$$ and $a<b<c$ , so we have $$3c>abc\implies ab<3$$
So since $ab >1$, we have $ab=2$, so $a=1$ and $b=2$ and ...