<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d5588906282693401797\x26blogName\x3dnovember+Tech\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://novembertech.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://novembertech.blogspot.com/\x26vt\x3d-3023068358301775902', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

flickr

The largest prime number

Sunday, October 08, 2006

Prime numbers are usually thought of as numbers that no other number can be exactly divided into. This isn’t quite true as prime numbers always have 2 factors, the number 1 and itself (a factor is a number that can be exactly divided into another number). Because of this rule, the number 1 is not a prime number as it has only one factor (i.e. 1).

The first ten prime numbers are:

2 3 5 7 11 13 17 19 23 29

Prime numbers have fascinated mathematicians for centuries and they also have some unique properties.
1. 2 is the only even prime number (all the rest are odd).
2. No prime number other than 5 can end in a 5
3. After the single digit primes (2,3,5,7) all other prime numbers always end in either a 1, 3, 7 or 9.
4. If a prime number (other than 2 or 3) is increased or decreased by 1, one of these resulting numbers is always divisible by 6. (e.g. 19-1=18, 59+1=60 etc)

It is also believed that every even number except for 2 can be made by adding two prime numbers together e.g. 6=3+3, 8=5+3, 28=13+15, 64=61+3 etc).

As you go into bigger and bigger numbers….1000, 2000, 3000…..the number of prime numbers in each thousand gets smaller and smaller.

But what is the largest prime number so far discovered? The answer is 44th known Mersenne prime, (2^32,582,657)− 1 (Two to the power of thirty two million five hundred and eighty two thousand, six hundred and fifty seven, minus one), which has over 9 million digits! It was calculated in 2004 using computers and will probably be replaced as even more powerful computers take up the challenge of finding an even bigger prime number!

Farther reading: Wikipedia

Labels:

Bookmark this post to del.icio.us Digg this post! Bookmark this post to Yahoo! My Web Bookmark this post to Furl