Sequence of primorial primes: Difference between revisions

m
Line 2,420:
p = 3
prod = BigInt(2)
while(true) true
if isprime(p)
prod *= p
Line 2,440:
The first 20 primorial indices sequentially producing primorial primes are: 1 2 3 4 5 6 11 13 24 66 68 75 167 171 172 287 310 352 384 457
</pre>
 
 
=={{header|Kotlin}}==
4,105

edits