140 likes | 329 Views
Primes. Ali Salman Soutcho Toure Prof. Geoffrey Exoo Prof. J eff K inne. Computer Power. SETI@home run 225,534 cores. 15 computers, 4 cores each. Each core can do around 1billion operations/s. 60 cores running 24/7. Goals. Goal 1 Find large primes composed of 2digits.
E N D
Primes Ali Salman Soutcho Toure Prof. Geoffrey Exoo Prof. Jeff Kinne
Computer Power SETI@home run 225,534 cores. 15 computers, 4 cores each. Each core can do around 1billion operations/s. 60 cores running 24/7.
Goals Goal 1 Find large primes composed of 2digits. Like « 1616161661666111 » or « 15515151515511 » Goal 2 Find large primes. Goal 3 Find large Sophie Germain primes.
Is 8,876,044,532,898,802,067 (19 digit) a prime ? PrimesExample : 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47 … How can we check if a number is prime ? Trial Division Lucas Theorem
Trial Division Checks if n can be divided by any number that’s greater than 1 and less than n. Example, 49 49 Can be divided by {1, 7, 49} Example, 47 47 can only be divided by {1, 47} 8,876,044,532,898,802,067 { 1500450271, 5915587277 }
Lucas theorem Checks if n is prime by taking the factors of n-1 and doing a sequence of tests on them. Example N = 47 N-1 = 46 Factors of 46 {2 , 23}
Results n = 5,551,151,151,151,111,151 (19 Digits). 1. Finding primes that are made out of 1’s and 5’s.
I was able to get 30-40-70 digit primes. n = 5111511115111115151151155551511551555115151515151551511515111111511551511151511111515151115555151111 ( 100 digit ) factors for (n-1): 1: 2 2: 5 3: 29 4: 755861 5: 42189106789 6: 43634772601903617:126670745376096399606480420313915707172298481447007567082016637811
2. Finding the biggest prime Lucas Theorem Example N = 47 N-1 = 46 Factors of 46 {2 , 23} What if we took random primes and multiplied them together ? (2*5)+1 = 11 (prime) (2*7)+1 = 15 (not a prime)
p = 5 2p+1 = 11 5 and 11 are primes. Therefore, 5 is a Sophie Germain prime. Currently working on p = 2981625476911166341900898692545033822173452735465017273841874360846727618978016091529967311332707048954384883904760278503 (121 digits) 2p+1 = 5963250953822332683801797385090067644346905470930034547683748721693455237956032183059934622665414097908769767809520557006 Sophie Germain prime p and 2p+1 are both prime.
Future Goal Records 5000th largest known prime (as of now) is 287,407 digits. 20th largest Sophie Germain prime (as of now) is 29,628 digits. Reaching the lists of the largest prime Or Sophie Germain prime.
Professors : Jeff Kinne Geoffrey Exoo The End Students : Ali Salman Soutcho Toure Po-Ching Liu Troy Schotter KarthikTottempudi