Prime Numbers: An Introduction
Prime number is the number, which is greater than 1 and cannot be divided by any number excluding itself and one. A prime number is a positive integer that has just two positive integer factors, including 1 and itself. Such as, if the factors of 28 are listed, there are 6 factors that are 1, 2, 4, 7, 14, and 28. Similarly, if the factors of 29 are listed, there are only two factors that are 1 and 29. Therefore, it can be inferred that 29 is a prime number, but 28 is not.
Examples of prime numbers
The first few prime numbers are as follows:
2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157, 163, 167, 173, 179, 181, 191, 193, 197, 199, etc.
Identifying the primes
The ancient Sieve of Eratosthenes is a simple way to work out all prime numbers up to a given limit by preparing a list of all integers and repetitively striking out multiples of already found primes. There is also a modern Sieve of Atkin, which is more complex when compared to that of Eratosthenes.
A method to determine whether a number is prime or not, is to divide it by all primes less than or equal to the square root of that number. If the results of any of the divisions are an integer, the original number is not a prime and if not, it is a prime. One need not actually calculate the square root; once one sees that the quotient is less than the divisor, one can stop. This is called as the trial division, which is the simplest primality test but it is impractical for testing large integers because the number of possible factors grows exponentially as the number of digits in the number to be tested increases.
Primality tests: A primality test algorithm is an algorithm that is used to test a number for primality, that is, whether the number is a prime number or not.
For some of the prime numbers, the size of the repeating block is 1 less than the prime.
These are known as Golden Primes.
2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97
9 primes out of the 25 (less than 100) are golden primes; this forms 36% (9/25). (Amazing number facts, 2008)
Examples of mathematicians specialized in prime numbers
Arthur Wieferich, D. D. Wall, Zhi Hong Sun and Zhi Wei Sun, Joseph Wolstenholme, Joseph Wolstenholme, Euclid, Eratosthenes.
Applications of prime numbers
For a long time, the number theory and the study of prime numbers as well was seen as the canonical example of pure mathematics with no applications beyond the self-interest of studying the topic. But, in the 1970s, it was publicly announced that prime numbers could be used as a basis for creating the public key cryptography algorithms. They were also used for hash tables and pseudorandom number generators.
A number of rotor machines were designed with a different number of pins on each rotor. The number of pins on any one rotor was either prime, or co-prime to the number of pins on any other rotor. With this, a full cycle of possible rotor positions (before repeating any position) was generated.
Prime numbers in the arts and literature
Also, prime numbers have had a significant influence on several artists and writers. The French composer Olivier Messiaen created ametrical music through "natural phenomena" with the use of prime numbers. In his works, La Nativité du Seigneur (1935) and Quatre études de rythme (1949-50), he has used motifs with lengths given by different prime numbers to create unpredictable rhythms: 41, 43, 47 and 53 are the primes that appear in one of the études. A scientist of NASA, Carl Sagan recommended (in his science fiction ‘Contact') that prime numbers could be used for communication with the aliens. The award-winning play ‘Arcadia' by Tom Stoppard was a willful attempt made to discuss mathematical ideas on the stage. In the very first scene, the 13 year old heroine baffles over the Fermat's last theorem (theorem that involves prime numbers). A popular fascination with the mysteries of prime numbers and cryptography has been seen in various films.
References
Amazing number facts, 2008. Retrieved April 28, 2008 from http://www.madras.fife.sch.uk/maths/amazingnofacts/fact018.html
Prime Numbers, 2008. Retrieved April 28, 2008 from http://www.factmonster.com/ipka/A0876084.html
Solovay, Robert M. & Strassen, V. (1977). "A fast Monte-Carlo test for primality". SIAM Journal on Computing 6 (1): 84-85.
Rabin, M.O. (1980). Probabilistic algorithm for testing primality, Journal of Number Theory 12, no. 1, pp. 128-138.
- AKS primality test
- Fermat primality test
- Solovay-Strassen primality test
- Lucas-Lehmer test
- Miller-Rabin primality test
- 73939133 is an amazing prime number. If the last or the digit at the units place is removed, every time you will get a prime number. It is the largest known prime with this property. Because, all the numbers which we get after removing the end digit of the number are also prime numbers. They are as follows: 7393913, 739391, 73939, 7393, 739, 73 and 7. All these numbers are prime numbers. This is a distinct quality of the number 73939133, which any other number does not have. (Amazing number facts, 2008)
- The only even prime number is 2. All other even numbers can be divided by 2. So, they are not prime numbers.
- Zero and 1 are not considered to be prime numbers.
- If the sum of the digits of a number is a multiple of 3, that number can be divided by 3.
- With the exception of 0 and 1, a number is either a prime number or a composite number. A composite number is identified as any number that is greater than 1 and that is not prime.
- The last digit of a prime number greater than 5 can never be 5. Any number greater than 5 whose last digit is 5 can be divided by 5. (Prime Numbers, 2008)
1/2 | 0.5 | Terminates |
1/3 | 0.33333... | Repeating block: 1 digit |
1/5 | 0.2 | Terminates |
1/7 | 0.1428571428... | Repeating block: 6 digits |
1/11 | 0.090909... | Repeating block: 2 digits |
1/13 | 0.0769230769... | Repeating block: 6 digits |
1/17 | 0.05882352941176470588... | Repeating block: 16 digits |
1/19 | 0.0526315789473684210526... | Repeating block: 18 digits |
1/23 | 0.04347826086956521739130434... | Repeating block: 22 digits |
Cite This Work
To export a reference to this article please select a referencing style below: