Just noticed that some primorial numbers are oblong:
$\prod\limits_{i=1}^{3}p_i = 5 \cdot 6$
$\prod\limits_{i=1}^{4}p_i = 14 \cdot 15$
$\prod\limits_{i=1}^{7}p_i = 714 \cdot 715$
Does anyone know if there are infinite cases of numbers that are at the same time oblong and primorial?
This PARI/GP program
shows that upt $10^6$# , there is no larger primorial than $510510$, which has the form $n(n+1)$. This leads to the strong conjecture that there are no more. To prove it, will be very difficult, I guess.