Largest Prime Number |||VIEW IT HERE|||

Kasper4christ

Senior member
Sep 29, 2004
836
0
0
*challenge*
pick a random set of 5 numbers, and do a search, how many times does it come up?
44010 came up 7 times :p
 

ironcrotch

Diamond Member
May 11, 2004
7,749
0
0
i might be a math n00b, but whats the point of this? like what significance does it hold in science, significance like the gnome project?
 

Syringer

Lifer
Aug 2, 2001
19,333
3
71
Hmm, I was checking over his work, looked like the 11,352 digit is off. Should be a 5 instead.
 

KidViciou$

Diamond Member
Oct 9, 1999
4,998
0
0
Originally posted by: ironcrotch
i might be a math n00b, but whats the point of this? like what significance does it hold in science, significance like the gnome project?

one use is security encryption keys
 

jalaram

Lifer
Aug 14, 2000
12,920
2
81
Originally posted by: KidViciou$
Originally posted by: ironcrotch
i might be a math n00b, but whats the point of this? like what significance does it hold in science, significance like the gnome project?

one use is security encryption keys

Another is to say that my prime is bigger than your prime.

 

Deeko

Lifer
Jun 16, 2000
30,213
12
81
My brother just graduated as a math major...he is working on a theorem that there is an infinite number of twin primes.
 

Kelemvor

Lifer
May 23, 2002
16,928
8
81
I always wanted to write my own prime number generator program but I haven't done programming in years. Oh well.
 

J0hnny

Platinum Member
Jul 2, 2002
2,366
0
0
Originally posted by: KidViciou$
Originally posted by: ironcrotch
i might be a math n00b, but whats the point of this? like what significance does it hold in science, significance like the gnome project?

one use is security encryption keys

What's the point of using known prime numbers in encryption? Wouldn't be easier to generate a different algorithm?
 

JonnyStarks

Golden Member
Nov 28, 2003
1,682
0
0
Originally posted by: Kasper4christ
*challenge*
pick a random set of 5 numbers, and do a search, how many times does it come up?
44010 came up 7 times :p

45265 comes up 9 times :p
 

KidViciou$

Diamond Member
Oct 9, 1999
4,998
0
0
Originally posted by: J0hnny
Originally posted by: KidViciou$
Originally posted by: ironcrotch
i might be a math n00b, but whats the point of this? like what significance does it hold in science, significance like the gnome project?

one use is security encryption keys

What's the point of using known prime numbers in encryption? Wouldn't be easier to generate a different algorithm?

well i think the prime number is used to generate an uncrackable number, don't ask me how, but there are plenty of resources out there ripe for the searching

(i'm not too interested in encryption mechanisms, i'm more of a computer graphics/database/network type guy. yes i realize encryption is highly involved in the last 2 interests of mine :D)
 

Legendary

Diamond Member
Jan 22, 2002
7,019
1
0
In RSA encryption, the use of two obscenely large prime numbers plays a crucial part.
 

Koing

Elite Member <br> Super Moderator<br> Health and F
Oct 11, 2000
16,843
2
0
Originally posted by: J0hnny
Originally posted by: KidViciou$
Originally posted by: ironcrotch
i might be a math n00b, but whats the point of this? like what significance does it hold in science, significance like the gnome project?

one use is security encryption keys

What's the point of using known prime numbers in encryption? Wouldn't be easier to generate a different algorithm?

The primes used in encryption are generated.

The other guy was just saying they are used in encryption.

Koing