Let $x(n)=$ product of first $n$ primes.How often is $x(n)$ triangular?

83 Views Asked by At

$x(0)=1$, an empty product, is a triangular number. So are $x(2)=2\times 3=6$, and $x(4)=2\times 3\times 5\times 7=210$.