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: | ||
− | + | 7# = 7\cdot5\cdot3\cdot2 = 210 | |
− | + | 8# is also <math>210</math> because 8 is not a prime. |
Revision as of 19: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 because 8 is not a prime.