Difference between revisions of "Primorial"

(Created page with "Primorial is a the product of all the prime numbers less than or equal to itself. And n primorial is denoted as n# Examples: <cmath>7# = 7\cdot5\cdot3\cdot2 = 210</cmath> <ma...")
 
Line 2: Line 2:
  
 
Examples:
 
Examples:
<cmath>7# = 7\cdot5\cdot3\cdot2 = 210</cmath>
+
7# = 7\cdot5\cdot3\cdot2 = 210
<math>8#</math> is also <math>210</math> because 8 is not a prime.
+
8# is also <math>210</math> because 8 is not a prime.

Revision as of 20:25, 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\cdot5\cdot3\cdot2 = 210 8# is also $210$ because 8 is not a prime.