MERSENNE PRIMES If N ≥ 2 and an − 1 Is Prime, We Call an − 1 A

Total Page:16

File Type:pdf, Size:1020Kb

MERSENNE PRIMES If N ≥ 2 and an − 1 Is Prime, We Call an − 1 A MERSENNE PRIMES SARAH MEIKLEJOHN AND STEVEN J. MILLER ABSTRACT. A Mersenne prime is a prime that can be written as 2p ¡1 for some prime p. The first few Mersenne primes are 3, 7 and 31 (corresponding respectively to p = 2, 3 and 5). We give some standard conditions on p which ensure that 2p ¡ 1 is prime, and discussp an application to even perfect numbers. The proof requires us to study the field Z=qZ[ 3], where q 6= 3 is a prime. 1. INTRODUCTION If n ¸ 2 and an ¡ 1 is prime, we call an ¡ 1 a Mersenne prime. For which integers a can an ¡ 1 be prime? We take n ¸ 2 as if n = 1 then a is just one more than a prime. We know, using the geometric series, that an ¡ 1 = (a ¡ 1)(an¡1 + an¡2 + ¢ ¢ ¢ + a + 1): (1) So, a¡1 j an¡1 and therefore an¡1 will be composite unless a¡1 = 1, or equivalently unless a = 2. Thus it suffices to investigate numbers of the form 2n ¡ 1. Further, we need only examine the case of n prime. For assume n is composite, say n = mk. Then 2n = 2mk = (2m)k, and 2n ¡ 1 = (2m)k ¡ 1 = (2m ¡ 1)((2m)k¡1 + (2m)k¡2 + ¢ ¢ ¢ + (2m)2 + 2m + 1): (2) So if n = mk, 2n ¡ 1 always has a factor 2m ¡ 1, and therefore is prime only when 2m ¡ 1 = 1. This immediately reduces to 2m = 2, or simply m = 1. Thus, if n is composite, 2n ¡ 1 is composite. Now we know we are only interested in numbers of the form 2p ¡ 1; if this number is prime then we call it a Mersenne prime. As it turns out, not every number of the form 2p ¡ 1 is prime. For example, 211 ¡ 1 = 2047, which is 23 ¢ 89. 2. STATEMENT OF THE LUCAS-LEHMER TEST p How do we determine which p yield Mp = 2 ¡ 1 prime? An answer is the Lucas- Lehmer test, which states that Mp is prime if and only if Mp j sp¡2, where we recur- sively define ( 4 if i = 0; si = 2 (3) si¡1 ¡ 2 if i 6= 0: We prove one direction of thisp statement, namelyp that if Mp j sp¡2, then Mp is prime. We start by defining u = 2 ¡ 3 and v = 2 + 3. Some immediate properties are ² u + v = 4 = s0; ² uv = 1, implying that (uv)x = uxvx = 1 (so uv to any power equals one). Date: December 4, 2005. 1 2 SARAH MEIKLEJOHN AND STEVEN J. MILLER t(n) t(n) s We will show that sn = u + v , where we have defined t(s) = 2 . We shall see later that this is a useful way to write sn. Two properties of t(s) that we need are ² t(0) = 1; ² t(s + 1) = 2s+1 = 2t(s). t(n) t(n) We prove by induction that sn = u + v . 1 1 Base Case: Clearly the base case is true, as we have already seen that s0 = u +v = 4. t(n) t(n) t(n+1) t(n+1) Inductive Case: Assuming sn = u +v , we must show sn+1 = u +v = 2 sn ¡ 2. To do this, we look at 2 sn+1 = sn ¡ 2 = (ut(n) + vt(n))2 ¡ 2 = u2t(n) + v2t(n) + 2ut(n)vt(n) ¡ 2: (4) But we already know that ut(n)vt(n) = (uv)t(n) = 1 and 2t(n) = t(n + 1), so we have t(n+1) t(n+1) sn+1 = u + v + 2 ¡ 2 = ut(n+1) + vt(n+1); (5) t(n+1) t(n+1) which shows that sn+1 = u + v . 3. PROOF OF THE LUCAS-LEHMER TEST We prove one direction of the Lucas-Lehmer test. Specifically, we prove by contra- diction that if Mpjsp¡2 then Mp is prime. 3.1. Preliminaries. We assume that sp¡2 is divisible by Mp, but that Mp is not prime. By direct calculation we may assume that p > 5. There is therefore an integer R > 1 such that t(p¡2) t(p¡2) sp¡2 = u + v = RMp: (6) If we multiply both sides by ut(p¡2), we obtain t(p¡2) t(p¡2) t(p¡2) t(p¡1) t(p¡2) u ¢ (u + v ) = u + 1 = RMp ¢ u : (7) Subtracting one from each side gives t(p¡1) t(p¡2) u = RMp ¢ u ¡ 1: (8) We square both sides. As (ut(p¡1))2 = ut(p), we obtain that t(p) t(p¡2) 2 u = (RMp ¢ u ¡ 1) : (9) t(p) Note u is not necessarily an integer. p Let us choose some prime factor q > 1 of Mp such that q · Mp, or equivalently so 2 that q · Mpp. Does such a q exist? There is no problem withp assuming q > 1, but what q · M M = bc b c M about p? If p then either or is at most p, for if bothp were larger M q < M thenp the product would exceed p. Note we are not claiming that p, just that q · Mp. We use below the fact that q 6= 3; we need q 6= 3 so that 3 will have a multiplicative inverse in Z=qZ. We are assuming p > 5 (as the other cases can be handled by direct MERSENNE PRIMES 3 computation). Thus we may write p as 4n + a, where n is an integer and a 2 f1; 3g. Thus p Mp = 2 ¡ 1 = 24n+a ¡ 1 = 24n ¢ 2a ¡ 1 = (24)n ¢ 2a ¡ 1 ´ 2a ¡ 1 mod 3; (10) since 24 = 16 ´ 1 mod 3. If a = 1 then 24n+a ¡ 1 ´ 1 mod 3, while if a = 3 then 4n+a 2 ¡ 1 ´ 1 mod 3. Thus 3 does not divide Mp, and we may assume that q 6= 3 below. p The proof is completed by analyzing the order of ut(p) in the field Z=qZ[ 3], where q is a prime dividing Mp. There are two different cases, depending on whether or not 3 is a square modulo q. Note that if 3 is a square modulo q, then this field is actually just Z=qZ. 3.2. 3 is not a square modulo q. We finish the proof in the case that 3 is not a square modulo q. This means that t2 ¡ 3 does not have a root in Z=qZ, or equivalently that t2 ¡ 3 is irreducible in Z=qZ. p © p ª Proof. Consider the ring Z=qZ[ 3] = a + b 3 : a; b 2 Z=qZ ; note there are q2 2 elements,p and q ¡ 1 non-zerop elements. As q 6=p 3 is prime, Z=qZ is ap field. Further, Z=qZ[ 3] is a field as 3 is invertible in Z=qZ[ 3]; the inverse is b 3, where b 2 2 Z=qZ is such that 3b ´ 1 mod q.p More generally, let p(t) = t ¡p3 2 Z=qZ[pt] be the irreducible monic polynomial for 3 over Z=qZ. Given any a+b 3 2 Z=qZ[ 3] with a and b not both zero, consider the linear polynomial g(t) = a + bt. Then p(t) and g(t) are relatively prime (since p(t) is monic and irreducible).p Thusp therep are polynomials such that h1(t)g(t) + h2(t)pp(t) = 1; lettingp t = 3 yieldsph1( 3)g( 3) = 1, so we have found an inverse to g( 3) = a + b 3, proving Z=qZ[ 3] is a field. ¡ p ¢¤ We may study the subset of elements with multiplicative inverses, Z=qZ[ 3] . The 2 order of thisp multiplicative group is q ¡ 1; thus by Lagrange’s theorem every element q2¡1 x 2 Z=qZ[ 3] satisfies x = 1; notep that here by equals 1 we mean with respect to pthe multiplicationp operation of Z=qZ[ 3] (which includes multiplication modulo q and 3 ¢ 3 = 3). From (7), we see that t(p¡1) t(p¡2) u ´ RMp ¢ u ¡ 1 mod q: (11) As qjMp, Mp ´ 0 mod q. Therefore ut(p¡1) ´ ¡1 mod q: (12) Similarly, looking at (9), we see that t(p) t(p¡2) 2 u ´ (RMp ¢ u ¡ 1) mod q; (13) which implies that ut(p) ´ (0 ¡ 1)2 ´ 1 mod q: (14) 4 SARAH MEIKLEJOHN AND STEVEN J. MILLER ¡ p ¢¤ The order of an element g in our multiplicative group Z=qZ[ 3] is the smallest positive k such that gk = 1; we often denote this by ord(g). By Lagrange’s theorem, kjq2 ¡ 1. Further, by (14) we know that ord(u) j t(p). We now show that ord(u) is exactly t(p). From (14) we see that ord(u)jt(p). As t(s) = 2s, if ord(u) 6= t(p) then ord(u)jt(p ¡ 1). But if ord(u) divided t(p ¡ 1) then ut(p¡1) ´ 1 mod q; (15) which contradicts (12). Thus ord(u) = t(p) = 2p. However, since the order of any element is at most the order of the group, we have p 2 p ord(u) = 2 · q ¡ 1 < Mp = 2 ¡ 1; (16) 2 where the second inequality follows from q · Mp. We thus obtain the contradiction 2p < 2p ¡ 1; (17) which proves that Mp is prime. ¤ 3.3. 3 is a square modulo q. We finish the proof in the case that 3 is a square modulo q. This means that t2 ¡ 3 has a root in Z=qZ, or equivalently that t2 ¡ 3 factors into two linear terms in Z=qZ.
Recommended publications
  • 1 Mersenne Primes and Perfect Numbers
    1 Mersenne Primes and Perfect Numbers Basic idea: try to construct primes of the form an − 1; a, n ≥ 1. e.g., 21 − 1 = 3 but 24 − 1=3· 5 23 − 1=7 25 − 1=31 26 − 1=63=32 · 7 27 − 1 = 127 211 − 1 = 2047 = (23)(89) 213 − 1 = 8191 Lemma: xn − 1=(x − 1)(xn−1 + xn−2 + ···+ x +1) Corollary:(x − 1)|(xn − 1) So for an − 1tobeprime,weneeda =2. Moreover, if n = md, we can apply the lemma with x = ad.Then (ad − 1)|(an − 1) So we get the following Lemma If an − 1 is a prime, then a =2andn is prime. Definition:AMersenne prime is a prime of the form q =2p − 1,pprime. Question: are they infinitely many Mersenne primes? Best known: The 37th Mersenne prime q is associated to p = 3021377, and this was done in 1998. One expects that p = 6972593 will give the next Mersenne prime; this is close to being proved, but not all the details have been checked. Definition: A positive integer n is perfect iff it equals the sum of all its (positive) divisors <n. Definition: σ(n)= d|n d (divisor function) So u is perfect if n = σ(u) − n, i.e. if σ(u)=2n. Well known example: n =6=1+2+3 Properties of σ: 1. σ(1) = 1 1 2. n is a prime iff σ(n)=n +1 p σ pj p ··· pj pj+1−1 3. If is a prime, ( )=1+ + + = p−1 4. (Exercise) If (n1,n2)=1thenσ(n1)σ(n2)=σ(n1n2) “multiplicativity”.
    [Show full text]
  • Mersenne and Fermat Numbers 2, 3, 5, 7, 13, 17, 19, 31
    MERSENNE AND FERMAT NUMBERS RAPHAEL M. ROBINSON 1. Mersenne numbers. The Mersenne numbers are of the form 2n — 1. As a result of the computation described below, it can now be stated that the first seventeen primes of this form correspond to the following values of ra: 2, 3, 5, 7, 13, 17, 19, 31, 61, 89, 107, 127, 521, 607, 1279, 2203, 2281. The first seventeen even perfect numbers are therefore obtained by substituting these values of ra in the expression 2n_1(2n —1). The first twelve of the Mersenne primes have been known since 1914; the twelfth, 2127—1, was indeed found by Lucas as early as 1876, and for the next seventy-five years was the largest known prime. More details on the history of the Mersenne numbers may be found in Archibald [l]; see also Kraitchik [4]. The next five Mersenne primes were found in 1952; they are at present the five largest known primes of any form. They were announced in Lehmer [7] and discussed by Uhler [13]. It is clear that 2" —1 can be factored algebraically if ra is composite; hence 2n —1 cannot be prime unless w is prime. Fermat's theorem yields a factor of 2n —1 only when ra + 1 is prime, and hence does not determine any additional cases in which 2"-1 is known to be com- posite. On the other hand, it follows from Euler's criterion that if ra = 0, 3 (mod 4) and 2ra + l is prime, then 2ra + l is a factor of 2n— 1.
    [Show full text]
  • Primes and Primality Testing
    Primes and Primality Testing A Technological/Historical Perspective Jennifer Ellis Department of Mathematics and Computer Science What is a prime number? A number p greater than one is prime if and only if the only divisors of p are 1 and p. Examples: 2, 3, 5, and 7 A few larger examples: 71887 524287 65537 2127 1 Primality Testing: Origins Eratosthenes: Developed “sieve” method 276-194 B.C. Nicknamed Beta – “second place” in many different academic disciplines Also made contributions to www-history.mcs.st- geometry, approximation of andrews.ac.uk/PictDisplay/Eratosthenes.html the Earth’s circumference Sieve of Eratosthenes 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 Sieve of Eratosthenes We only need to “sieve” the multiples of numbers less than 10. Why? (10)(10)=100 (p)(q)<=100 Consider pq where p>10. Then for pq <=100, q must be less than 10. By sieving all the multiples of numbers less than 10 (here, multiples of q), we have removed all composite numbers less than 100.
    [Show full text]
  • Appendix a Tables of Fermat Numbers and Their Prime Factors
    Appendix A Tables of Fermat Numbers and Their Prime Factors The problem of distinguishing prime numbers from composite numbers and of resolving the latter into their prime factors is known to be one of the most important and useful in arithmetic. Carl Friedrich Gauss Disquisitiones arithmeticae, Sec. 329 Fermat Numbers Fo =3, FI =5, F2 =17, F3 =257, F4 =65537, F5 =4294967297, F6 =18446744073709551617, F7 =340282366920938463463374607431768211457, Fs =115792089237316195423570985008687907853 269984665640564039457584007913129639937, Fg =134078079299425970995740249982058461274 793658205923933777235614437217640300735 469768018742981669034276900318581864860 50853753882811946569946433649006084097, FlO =179769313486231590772930519078902473361 797697894230657273430081157732675805500 963132708477322407536021120113879871393 357658789768814416622492847430639474124 377767893424865485276302219601246094119 453082952085005768838150682342462881473 913110540827237163350510684586298239947 245938479716304835356329624224137217. The only known Fermat primes are Fo, ... , F4 • 208 17 lectures on Fermat numbers Completely Factored Composite Fermat Numbers m prime factor year discoverer 5 641 1732 Euler 5 6700417 1732 Euler 6 274177 1855 Clausen 6 67280421310721* 1855 Clausen 7 59649589127497217 1970 Morrison, Brillhart 7 5704689200685129054721 1970 Morrison, Brillhart 8 1238926361552897 1980 Brent, Pollard 8 p**62 1980 Brent, Pollard 9 2424833 1903 Western 9 P49 1990 Lenstra, Lenstra, Jr., Manasse, Pollard 9 p***99 1990 Lenstra, Lenstra, Jr., Manasse, Pollard
    [Show full text]
  • Some New Results on Odd Perfect Numbers
    Pacific Journal of Mathematics SOME NEW RESULTS ON ODD PERFECT NUMBERS G. G. DANDAPAT,JOHN L. HUNSUCKER AND CARL POMERANCE Vol. 57, No. 2 February 1975 PACIFIC JOURNAL OF MATHEMATICS Vol. 57, No. 2, 1975 SOME NEW RESULTS ON ODD PERFECT NUMBERS G. G. DANDAPAT, J. L. HUNSUCKER AND CARL POMERANCE If ra is a multiply perfect number (σ(m) = tm for some integer ί), we ask if there is a prime p with m = pan, (pa, n) = 1, σ(n) = pα, and σ(pa) = tn. We prove that the only multiply perfect numbers with this property are the even perfect numbers and 672. Hence we settle a problem raised by Suryanarayana who asked if odd perfect numbers neces- sarily had such a prime factor. The methods of the proof allow us also to say something about odd solutions to the equation σ(σ(n)) ~ 2n. 1* Introduction* In this paper we answer a question on odd perfect numbers posed by Suryanarayana [17]. It is known that if m is an odd perfect number, then m = pak2 where p is a prime, p Jf k, and p = a z= 1 (mod 4). Suryanarayana asked if it necessarily followed that (1) σ(k2) = pa , σ(pa) = 2k2 . Here, σ is the sum of the divisors function. We answer this question in the negative by showing that no odd perfect number satisfies (1). We actually consider a more general question. If m is multiply perfect (σ(m) = tm for some integer t), we say m has property S if there is a prime p with m = pan, (pa, n) = 1, and the equations (2) σ(n) = pa , σ(pa) = tn hold.
    [Show full text]
  • The Simple Mersenne Conjecture
    The Simple Mersenne Conjecture Pingyuan Zhou E-mail:[email protected] Abstract p In this paper we conjecture that there is no Mersenne number Mp = 2 –1 to be prime k for p = 2 ±1,±3 when k > 7, where p is positive integer and k is natural number. It is called the simple Mersenne conjecture and holds till p ≤ 30402457 from status of this conjecture. If the conjecture is true then there are no more double Mersenne primes besides known double Mersenne primes MM2, MM3, MM5, MM7. Keywords: Mersenne prime; double Mersenne prime; new Mersenne conjecture; strong law of small numbers; simple Mersenne conjecture. 2010 Mathematics Subject Classification: 11A41, 11A51 1 p How did Mersenne form his list p = 2,3,5,7,13,17,19,31,67,127,257 to make 2 –1 become primes ( original Mersenne conjecture ) and why did the list have five errors ( 67 and 257 were wrong but 61,89,107 did not appear here )? Some of mathematicians have studied this problem carefully[1]. From verification results of new Mersenne conjecture we see three conditions in the conjecture all hold only for p = 3,5,7,13,17,19,31,61,127 though new Mersenne conjecture has been verified to be true for all primes p < 20000000[2,3]. If we only consider Mersenne primes and p is p k positive integer then we will discovery there is at least one prime 2 –1 for p = 2 ±1,±3 when k ≤ 7 ( k is natural number 0,1,2,3,…), however, such connections will disappear completely from known Mersenne primes when k > 7.
    [Show full text]
  • Overpseudoprimes, Mersenne Numbers and Wieferich Primes 2
    OVERPSEUDOPRIMES, MERSENNE NUMBERS AND WIEFERICH PRIMES VLADIMIR SHEVELEV Abstract. We introduce a new class of pseudoprimes - so-called “overpseu- doprimes” which is a special subclass of super-Poulet pseudoprimes. De- noting via h(n) the multiplicative order of 2 modulo n, we show that odd number n is overpseudoprime if and only if the value of h(n) is invariant of all divisors d > 1 of n. In particular, we prove that all composite Mersenne numbers 2p − 1, where p is prime, and squares of Wieferich primes are overpseudoprimes. 1. Introduction n Sometimes the numbers Mn =2 − 1, n =1, 2,..., are called Mersenne numbers, although this name is usually reserved for numbers of the form p (1) Mp =2 − 1 where p is prime. In our paper we use the latter name. In this form numbers Mp at the first time were studied by Marin Mersenne (1588-1648) at least in 1644 (see in [1, p.9] and a large bibliography there). We start with the following simple observation. Let n be odd and h(n) denote the multiplicative order of 2 modulo n. arXiv:0806.3412v9 [math.NT] 15 Mar 2012 Theorem 1. Odd d> 1 is a divisor of Mp if and only if h(d)= p. Proof. If d > 1 is a divisor of 2p − 1, then h(d) divides prime p. But h(d) > 1. Thus, h(d)= p. The converse statement is evident. Remark 1. This observation for prime divisors of Mp belongs to Max Alek- seyev ( see his comment to sequence A122094 in [5]).
    [Show full text]
  • Arxiv:1606.08690V5 [Math.NT] 27 Apr 2021 on Prime Factors of Mersenne
    On prime factors of Mersenne numbers Ady Cambraia Jr,∗ Michael P. Knapp,† Ab´ılio Lemos∗, B. K. Moriya∗ and Paulo H. A. Rodrigues‡ [email protected] [email protected] [email protected] [email protected] paulo [email protected] April 29, 2021 Abstract n Let (Mn)n≥0 be the Mersenne sequence defined by Mn = 2 − 1. Let ω(n) be the number of distinct prime divisors of n. In this short note, we present a description of the Mersenne numbers satisfying ω(Mn) ≤ 3. Moreover, we prove that the inequality, (1−ǫ) log log n given ǫ> 0, ω(Mn) > 2 − 3 holds for almost all positive integers n. Besides, a we present the integer solutions (m, n, a) of the equation Mm+Mn = 2p with m,n ≥ 2, p an odd prime number and a a positive integer. 2010 Mathematics Subject Classification: 11A99, 11K65, 11A41. Keywords: Mersenne numbers, arithmetic functions, prime divisors. 1 Introduction arXiv:1606.08690v5 [math.NT] 27 Apr 2021 n Let (Mn)n≥0 be the Mersenne sequence defined by Mn = 2 − 1, for n ≥ 0. A simple argument shows that if Mn is a prime number, then n is a prime number. When Mn is a prime number, it is called a Mersenne prime. Throughout history, many researchers sought to find Mersenne primes. Some tools are very important for the search for Mersenne primes, mainly the Lucas-Lehmer test. There are papers (see for example [1, 5, 21]) that seek to describe the prime factors of Mn, where Mn is a composite number and n is a prime number.
    [Show full text]
  • Prime and Perfect Numbers
    Chapter 34 Prime and perfect numbers 34.1 Infinitude of prime numbers 34.1.1 Euclid’s proof If there were only finitely many primes: 2, 3, 5, 7, ...,P, and no more, consider the number Q = (2 3 5 P ) + 1. · · ··· Clearly it is divisible by any of the primes 2, 3,..., P , it must be itself a prime, or be divisible by some prime not in the list. This contradicts the assumption that all primes are among 2, 3, 5,..., P . 34.1.2 Fermat numbers 2n The Fermat numbers are Fn := 2 + 1. Note that 2n 2n−1 2n−1 Fn 2 = 2 1= 2 + 1 2 1 = Fn 1(Fn 1 2). − − − − − − By induction, Fn = Fn 1Fn 2 F1 F0 + 2, n 1. − − ··· · ≥ From this, we see that Fn does not contain any factor of F0, F1, ..., Fn 1. Hence, the Fermat numbers are pairwise relatively prime. From this,− it follows that there are infinitely primes. 1 1 It is well known that Fermat’s conjecture of the primality of Fn is wrong. While F0 = 3, F1 = 5, 32 F2 = 17, F3 = 257, and F4 = 65537 are primes, Euler found that F5 = 2 + 1 = 4294967297 = 641 6700417. × 1202 Prime and perfect numbers 34.2 The prime numbers below 20000 The first 2262 prime numbers: 10 20 30 40 50 60 70 80 90 100 bbbbbb bb bbb b bb bb b bb b bb bb bb b b b b bb b b b b b b b b b b b b b b b bb b b b b b b b b b b b b b b b b bb b b b b bb b b b b b bb b b b b b b b b b b b b b b b b b b bb b b b b b b b b bb b b b bb b b b b b b b b b b b b bb b b b b b b b b b bb b b b b b b b b b b b b b b b b b b bb b b bb b b b b bb b b b b b b b b b b b b b 100 b b bb b bb b bb b b b b bb b b b b b bb b b b b b b b bb b bb b b b b b bb b b b
    [Show full text]
  • Variations on Euclid's Formula for Perfect Numbers
    1 2 Journal of Integer Sequences, Vol. 13 (2010), 3 Article 10.3.1 47 6 23 11 Variations on Euclid’s Formula for Perfect Numbers Farideh Firoozbakht Faculty of Mathematics & Computer Science University of Isfahan Khansar Iran [email protected] Maximilian F. Hasler Laboratoire CEREGMIA Univ. Antilles-Guyane Schoelcher Martinique [email protected] Abstract We study several families of solutions to equations of the form σ(n)= An + B(n), where B is a function that may depend on properties of n. 1 Introduction We recall that perfect numbers (sequence A000396 of Sloane’s Encyclopedia [8]) are defined as solutions to the equation σ(x) = 2 x, where σ(x) denotes the sum of all positive divisors of x, including 1 and x itself. Euclid showed around 300 BCE [2, Proposition IX.36] that q−1 q all numbers of the form x = 2 Mq, where Mq = 2 1 is prime (A000668), are perfect numbers. − While it is still not known whether there exist any odd perfect numbers, Euler [3] proved a converse of Euclid’s proposition, showing that there are no other even perfect numbers (cf. A000043, A006516). (As a side note, this can also be stated by saying that the even perfect 1 numbers are exactly the triangular numbers (A000217(n) = n(n + 1)/2) whose indices are Mersenne primes A000668.) One possible generalization of perfect numbers is the multiply or k–fold perfect numbers (A007691, A007539) such that σ(x) = k x [1, 7, 9, 10]. Here we consider some modified equations, where a second term is added on the right hand side.
    [Show full text]
  • On Squaring a Number and T-Semi Prime Number
    International Journal of Modern Research in Engineering and Technology (IJMRET) www.ijmret.org Volume 3 Issue 3 ǁ March 2018. ON SQUARING A NUMBER AND T-SEMI PRIME NUMBER Mohammed Khalid Shahoodh Applied & Industrial Mathematics (AIMs) Research Cluster, Faculty of Industrial Sciences & Technology, Universiti Malaysia Pahang, Lebuhraya Tun Razak, 26300 Gambang, Kuantan, Pahang Darul Makmur ABSTRACT: In this short paper, we have provided a new method for finding the square for any positive integer. Furthermore, a new type of numbers are called T-semi prime numbers are studied by using the prime numbers. KEYWORDS –Prime numbers, Semi prime numbers, Mathematical tools, T-semi prime numbers. I. INTRODUCTION Let n 10, then It is well known that the field of number (10 1)22 (2 10 1) 81 19 100 (10) . theory is one of the beautiful branch in the In general, the square for any positive mathematics, because of its applications in several 2 subjects of the mathematics such as statistics, integer n can be express as (nn 1) (2 1).Next, numerical analysis and also in different other some examples are presented to illustrate the sciences.In the literature, there are many studies method which are given as follows. had discovered some specific topics in the number theory but still there are somequestions are Example 1. Consider n 37 and n 197, then unsolved yet, which make an interesting for the (n )2 (37) 2 (37 1) 2 (2 37 1) 1296 73 1369. mathematicians to find their answer. One of these (n )2 (197) 2 (197 1) 2 (2 197 1) 38416 393 38809.
    [Show full text]
  • MATH 453 Primality Testing We Have Seen a Few Primality Tests in Previous Chapters: Sieve of Eratosthenes (Trivial Divi- Sion), Wilson’S Test, and Fermat’S Test
    MATH 453 Primality Testing We have seen a few primality tests in previous chapters: Sieve of Eratosthenes (Trivial divi- sion), Wilson's Test, and Fermat's Test. • Sieve of Eratosthenes (or Trivial division) Let n 2 N with n > 1. p If n is not divisible by any integer d p≤ n, then n is prime. If n is divisible by some integer d ≤ n, then n is composite. • Wilson Test Let n 2 N with n > 1. If (n − 1)! 6≡ −1 mod n, then n is composite. If (n − 1)! ≡ −1 mod n, then n is prime. • Fermat Test Let n 2 N and a 2 Z with n > 1 and (a; n) = 1: If an−1 6≡ 1 mod n; then n is composite. If an−1 ≡ 1 mod n; then the test is inconclusive. Remark 1. Using the same assumption as above, if n is composite and an−1 ≡ 1 mod n, then n is said to be a pseudoprime to base a. If n is a pseudoprime to base a for all a 2 Z such that (a; n) = 1, then n is called a Carmichael num- ber. It is known that there are infinitely Carmichael numbers (hence infinitely many pseudoprimes to any base a). However, pseudoprimes are generally very rare. For example, among the first 1010 positive integers, 14; 882 integers (≈ 0:00015%) are pseudoprimes (to base 2), compared with 455; 052; 511 primes (≈ 4:55%) In reality, thep primality tests listed above are computationally inefficient. For instance, it takes up to n divisions to determine whether n is prime using the Trivial Division method.
    [Show full text]