the primorial Pn# is the product ir the first n primes:
P1#= 2=2
P2# =2*3=6
P3# =2*3*5=30
P4#=2*3*5*7=210
P5#=2*3*5*7*11=2310
using loops (while, do-while, for)
the primorial Pn# is the product ir the first n primes: P1#= 2=2 P2# =2*3=6 P3# =2*3*5=30 P4#=2*3*5*7=210 P5#=2*3*5*7*11
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am