Difference between revisions of "Primorial"
Line 3: | Line 3: | ||
Examples: | Examples: | ||
7# = 7*5*3*2 = 210 | 7# = 7*5*3*2 = 210 | ||
+ | |||
8# is also <math>210</math> because 8 is not a prime. | 8# is also <math>210</math> because 8 is not a prime. |
Latest revision as of 19:26, 1 April 2016
Primorial is a the product of all the prime numbers less than or equal to itself. And n primorial is denoted as n#
Examples: 7# = 7*5*3*2 = 210
8# is also because 8 is not a prime.