User Portlet User Portlet

Discussions
I have discovered that twin primes can always be found at or close by primorials. primorial [n _ ] := Product [ Prime [ I ] , { I , n } ] (* This calculates primorials *) Table [primorial [ n ] , { n , 1 , 6} ] (* The ...
I would like Mathematica to include a primordial function such as Primordial [n_] := Product [ Prime [ I ] , {I,1,n } ] .Primorialsl are very useful in finding twin primes as they are found at or close to primorials .For example, the first 4...
Hi , I am Charles Guderjahn a retired Physicist and a student of Mathematica for about ten years. I have found a way to factor large numbers quickly.