Primorial: Difference between revisions

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
 
imported>Bones7456
Line 24: Line 24:
Asymptotically, primorials {{math|''p<sub>n</sub>''#}} grow according to:
Asymptotically, primorials {{math|''p<sub>n</sub>''#}} grow according to:


:<math>p_n\# = e^{(1 + o(1)) n \log n},</math>
:<math>p_n\# = e^{(1 + \Omicron(1)) n \log n},</math>
 
where {{math|''o''( )}} is [[Little O notation]].<ref name="OEIS A002110" />


== Definition for natural numbers ==
== Definition for natural numbers ==
Line 63: Line 61:


Since {{math|''{{not a typo|ϑ}}''(''n'')}} asymptotically approaches {{math|''n''}} for large values of {{math|''n''}}, primorials therefore grow according to:
Since {{math|''{{not a typo|ϑ}}''(''n'')}} asymptotically approaches {{math|''n''}} for large values of {{math|''n''}}, primorials therefore grow according to:
:<math>n\# = e^{(1+o(1))n}.</math>
:<math>n\# = e^{(1+\Omicron(1))n}.</math>


The idea of multiplying all known primes occurs in some proofs of the [[infinitude of the prime numbers]], where it is used to derive the existence of another prime.
The idea of multiplying all known primes occurs in some proofs of the [[infinitude of the prime numbers]], where it is used to derive the existence of another prime.

Revision as of 10:35, 20 June 2025

Template:Short description Script error: No such module "Distinguish".

Template:Sister project In mathematics, and more particularly in number theory, primorial, denoted by "pn#Script error: No such module "Check for unknown parameters".", is a function from natural numbers to natural numbers similar to the factorial function, but rather than successively multiplying positive integers, the function only multiplies prime numbers.

The name "primorial", coined by Harvey Dubner, draws an analogy to primes similar to the way the name "factorial" relates to factors.

Definition for prime numbers

File:Primorial pn plot.png
pn#Script error: No such module "Check for unknown parameters". as a function of nScript error: No such module "Check for unknown parameters"., plotted logarithmically.

For the Template:Mvarth prime number Template:Mvar, the primorial pn#Script error: No such module "Check for unknown parameters". is defined as the product of the first Template:Mvar primes:[1][2]

pn#=k=1npk,

where Template:Mvar is the Template:Mvarth prime number. For instance, p5#Script error: No such module "Check for unknown parameters". signifies the product of the first 5 primes:

p5#=2×3×5×7×11=2310.

The first few primorials pn#Script error: No such module "Check for unknown parameters". are:

1, 2, 6, 30, 210, 2310, 30030, 510510, 9699690... (sequence A002110 in the OEIS).

Asymptotically, primorials pn#Script error: No such module "Check for unknown parameters". grow according to:

pn#=e(1+O(1))nlogn,

Definition for natural numbers

File:Primorial n plot.png
n!Script error: No such module "Check for unknown parameters". (yellow) as a function of nScript error: No such module "Check for unknown parameters"., compared to n#Script error: No such module "Check for unknown parameters".(red), both plotted logarithmically.

In general, for a positive integer Template:Mvar, its primorial, n#Script error: No such module "Check for unknown parameters"., is the product of the primes that are not greater than Template:Mvar; that is,[1][3]

n#=pnp primep=i=1π(n)pi=pπ(n)#,

where π(n)Script error: No such module "Check for unknown parameters". is the prime-counting function (sequence A000720 in the OEIS), which gives the number of primes ≤ Template:Mvar. This is equivalent to:

n#={1if n=0, 1(n1)#×nif n is prime(n1)#if n is composite.

For example, 12# represents the product of those primes ≤ 12:

12#=2×3×5×7×11=2310.

Since π(12) = 5Script error: No such module "Check for unknown parameters"., this can be calculated as:

12#=pπ(12)#=p5#=2310.

Consider the first 12 values of n#Script error: No such module "Check for unknown parameters".:

1, 2, 6, 6, 30, 30, 210, 210, 210, 210, 2310, 2310.

We see that for composite Template:Mvar every term n#Script error: No such module "Check for unknown parameters". simply duplicates the preceding term (n − 1)#Script error: No such module "Check for unknown parameters"., as given in the definition. In the above example we have 12# = p5# = 11#Script error: No such module "Check for unknown parameters". since 12 is a composite number.

Primorials are related to the first Chebyshev function, written Template:Not a typo according to:

ln(n#)=ϑ(n).[4]

Since Template:Not a typo(n)Script error: No such module "Check for unknown parameters". asymptotically approaches nScript error: No such module "Check for unknown parameters". for large values of nScript error: No such module "Check for unknown parameters"., primorials therefore grow according to:

n#=e(1+O(1))n.

The idea of multiplying all known primes occurs in some proofs of the infinitude of the prime numbers, where it is used to derive the existence of another prime.

Characteristics

n#=p#
  • The fact that the binomial coefficient (2nn) is divisible by every prime between n+1 and 2n, together with the inequality (2nn)2n, allows to derive the upper bound:[5]
n#4n.

Notes:

  1. Using elementary methods, mathematician Denis Hanson showed that n#3n[6]
  2. Using more advanced methods, Rosser and Schoenfeld showed that n#(2.763)n[7]
  3. Rosser and Schoenfeld in Theorem 4, formula 3.14, showed that for n563, n#(2.22)n[7]
  • Furthermore:
limnn#n=e
For n<1011, the values are smaller than [[e (mathematical constant)|Template:Mvar]],[8] but for larger Template:Mvar, the values of the function exceed the limit Template:Mvar and oscillate infinitely around Template:Mvar later on.
  • Let pk be the Template:Mvar-th prime, then pk# has exactly 2k divisors. For example, 2# has 2 divisors, 3# has 4 divisors, 5# has 8 divisors and 97# already has 225 divisors, as 97 is the 25th prime.
  • The sum of the reciprocal values of the primorial converges towards a constant
p1p#=12+16+130+=0.7052301717918
The Engel expansion of this number results in the sequence of the prime numbers (See (sequence A064648 in the OEIS))
  • Euclid's proof of his theorem on the infinitude of primes can be paraphrased by saying that, for any prime p, the number p#+1 has a prime divisor not contained in the set of primes less than or equal to p.

Applications and properties

Primorials play a role in the search for prime numbers in additive arithmetic progressions. For instance, Script error: No such module "val". + 23# results in a prime, beginning a sequence of thirteen primes found by repeatedly adding 23#, and ending with Script error: No such module "val".. 23# is also the common difference in arithmetic progressions of fifteen and sixteen primes.

Every highly composite number is a product of primorials (e.g. 360 = 2 × 6 × 30).[9]

Primorials are all square-free integers, and each one has more distinct prime factors than any number smaller than it. For each primorial Template:Mvar, the fraction Template:SfracScript error: No such module "Check for unknown parameters". is smaller than for any lesser integer, where Template:Mvar is the Euler totient function.

Any completely multiplicative function is defined by its values at primorials, since it is defined by its values at primes, which can be recovered by division of adjacent values.

Base systems corresponding to primorials (such as base 30, not to be confused with the primorial number system) have a lower proportion of repeating fractions than any smaller base.

Every primorial is a sparsely totient number.[10]

The Template:Mvar-compositorial of a composite number Template:Mvar is the product of all composite numbers up to and including Template:Mvar.[11] The Template:Mvar-compositorial is equal to the Template:Mvar-factorial divided by the primorial n#Script error: No such module "Check for unknown parameters".. The compositorials are

1, 4, 24, 192, 1728, Script error: No such module "val"., Script error: No such module "val"., Script error: No such module "val"., Script error: No such module "val"., Script error: No such module "val"., ...[12]

Appearance

The Riemann zeta function at positive integers greater than one can be expressed[13] by using the primorial function and Jordan's totient function Jk(n)Script error: No such module "Check for unknown parameters".:

ζ(k)=2k2k1+r=2(pr1#)kJk(pr#),k=2,3,

Table of primorials

Template:Mvar n#Script error: No such module "Check for unknown parameters". Template:Mvar pn#Script error: No such module "Check for unknown parameters". Primorial prime?
pn# + 1[14] pn# − 1[15]
0 1 1 Yes No
1 1 2 2 Yes No
2 2 3 6 Yes Yes
3 6 5 30 Yes Yes
4 6 7 210 Yes No
5 30 11 Script error: No such module "val". Yes Yes
6 30 13 Script error: No such module "val". No Yes
7 210 17 Script error: No such module "val". No No
8 210 19 Script error: No such module "val". No No
9 210 23 Script error: No such module "val". No No
10 210 29 Script error: No such module "val". No No
11 Script error: No such module "val". 31 Script error: No such module "val". Yes No
12 Script error: No such module "val". 37 Script error: No such module "val". No No
13 Script error: No such module "val". 41 Script error: No such module "val". No Yes
14 Script error: No such module "val". 43 Script error: No such module "val". No No
15 Script error: No such module "val". 47 Script error: No such module "val". No No
16 Script error: No such module "val". 53 Script error: No such module "val". No No
17 Script error: No such module "val". 59 Script error: No such module "val". No No
18 Script error: No such module "val". 61 Script error: No such module "val". No No
19 Script error: No such module "val". 67 Script error: No such module "val". No No
20 Script error: No such module "val". 71 Script error: No such module "val". No No
21 Script error: No such module "val". 73 Script error: No such module "val". No No
22 Script error: No such module "val". 79 Script error: No such module "val". No No
23 Script error: No such module "val". 83 Script error: No such module "val". No No
24 Script error: No such module "val". 89 Script error: No such module "val". No Yes
25 Script error: No such module "val". 97 Script error: No such module "val". No No
26 Script error: No such module "val". 101 Script error: No such module "val". No No
27 Script error: No such module "val". 103 Script error: No such module "val". No No
28 Script error: No such module "val". 107 Script error: No such module "val". No No
29 Script error: No such module "val". 109 Script error: No such module "val". No No
30 Script error: No such module "val". 113 Script error: No such module "val". No No
31 Script error: No such module "val". 127 Script error: No such module "val". No No
32 Script error: No such module "val". 131 Script error: No such module "val". No No
33 Script error: No such module "val". 137 Script error: No such module "val". No No
34 Script error: No such module "val". 139 Script error: No such module "val". No No
35 Script error: No such module "val". 149 Script error: No such module "val". No No
36 Script error: No such module "val". 151 Script error: No such module "val". No No
37 Script error: No such module "val". 157 Script error: No such module "val". No No
38 Script error: No such module "val". 163 Script error: No such module "val". No No
39 Script error: No such module "val". 167 Script error: No such module "val". No No
40 Script error: No such module "val". 173 Script error: No such module "val". No No

See also

Notes

<templatestyles src="Reflist/styles.css" />

  1. a b Script error: No such module "Template wrapper".
  2. (sequence A002110 in the OEIS)
  3. (sequence A034386 in the OEIS)
  4. Script error: No such module "Template wrapper".
  5. G. H. Hardy, E. M. Wright: An Introduction to the Theory of Numbers. 4th Edition. Oxford University Press, Oxford 1975. Template:ISBN.
    Theorem 415, p. 341
  6. Script error: No such module "Citation/CS1".
  7. a b Script error: No such module "Citation/CS1".
  8. L. Schoenfeld: Sharper bounds for the Chebyshev functions θ(x) and ψ(x). II. Math. Comp. Vol. 34, No. 134 (1976) 337–360; p. 359.
    Cited in: G. Robin: Estimation de la fonction de Tchebychef θ sur le Template:Mvar-ieme nombre premier et grandes valeurs de la fonction ω(n), nombre de diviseurs premiers de Template:Mvar. Acta Arithm. XLII (1983) 367–389 (PDF 731KB); p. 371
  9. Script error: No such module "citation/CS1".Script error: No such module "Check for unknown parameters".
  10. Script error: No such module "Citation/CS1".
  11. Script error: No such module "citation/CS1".
  12. Script error: No such module "citation/CS1".Script error: No such module "Check for unknown parameters".
  13. Script error: No such module "Citation/CS1".
  14. Script error: No such module "citation/CS1".Script error: No such module "Check for unknown parameters".
  15. Script error: No such module "citation/CS1".Script error: No such module "Check for unknown parameters".

Script error: No such module "Check for unknown parameters".

References

  • Script error: No such module "Citation/CS1".
  • Spencer, Adam "Top 100" Number 59 part 4.