Prime Numbers Not So Random?
Jeff Moriarty writes "Some physicists believe they might have caught a whiff of a pattern in the sequence of prime numbers. This would have a huge impact across mathematics, and to people who just really like primes... or like being Prime."
Physicists and mathematicians don't mix.
The owls are not what they seem
the interval thing seemed like such a trivial observation. surely many others have easily noticed that. Its another "I think i discovered a pattern" claim, while still have no way to prove it.
Great Atrocit
I wonder if this theory could be used to produce code that could be useful for encryption based on prime numbers, such as RSA's work. Would it make it easier to produce reliable prime numbers much larger than 1024 or even 2048 bit? Further, I wonder if this could be used to drastically reduce the time required to brute force an RSA encrypted message. Could the encryption of files that were encrypted with 128 bit technology be rendered all but useless?
We have always maintained that it is not random. In fact, our random number generator consistently generate numbers that are subsequently found to be NON-PRIME.
In our extensive (yet to be published) research, we have discovered that all PRIME NUMBERS are not just not random, but are found to have the property of NOT HAVING ANY DIVISORS APART FROM ITSELF AND 1. I've yet to verify with finding but it appears to be true with a correlation of 1.0 for all cases our research team have considered.
Yeah, I remember being excited when I saw a graph of primes that were dots in a field of blank composites. There were lines & patterns all over the place. Wow!
Then I realized that the composite numbers will each make a pattern in any graph. By their nature they repeat.
What I was looking at was the space in between the patterns created by the composites. For example, all primes are odd. There's a set of straight lines on any graph. Well, it's more enlightening to say that none are even, becasue then they'd be divisible by two. Each new set of composites creates another pattern that makes a hole in possible primes.
Assembly is the reverse of disassembly.
I don't really know anything about number theory, but I I get a little suspicious when anyone announces a discovery in a field unrelated to their area of expertise. Utah chemists did this in 89 or 90 with Cold Fusion, and it was quickly shown to be bad science by physicists.
Can anyone out their study number theory give us a heads up if they may be on to something, or this is simply just crazy?
AccountKiller
ujh lkj h hp u ho iuho iuh oiu hoiu ho iuh o uih oiuh oiu ho uh ou ho iuh oui ho uh ou ho uh
Here's the problem with finding patterns in Primes: It has to do with the way most things in number theory are formulated. Prime numbers are figured out by a process of non-definition and NOT by some form of additive process. An example or two might make that statement a bit clearer:
If I needed, for example, to find a rule that returns only even numbers, my problem is simplicity itself, I have no need to test a given number to determine whether or not it is even, I can force it to be even by applying any number of simple (or complex) formulas that work within the system.
If someone gives me number X, I have no need to know what X is, all I have to do is multiply X by 2 and (after a little inductive reasoning), I have guaranteed that I now have an even number.
Prime numbers are NOT found that way. An even number is determined to have the property 'evenness' from within the number system itself, namely multiplication by 2. It is a simple additive process to include other even numbers into a given set. A prime number on the other hand, forgive the inexactness, can be considered to have the inherent property 'whatever property that created me that is unique to me'.
IOW, each prime number is unalterably unique and furthermore it is unique in a way which is unique to EACH AND EVERY prime number, all by itself. No other prime number has the same property that makes any other prime number unique.
EXAMPLES (bad, I know, but the best I could do at 0430):
the number 7 (a prime) has the unique property (among other properties, like 'oddness') that it has the unique divisors 7 and 1, a property that it shares with no other numbers.
the number 17 (a prime) has the unique property (among other properties, like 'oddness') that it has the unique divisors 17 and 1, a property that it shares with no other numbers.
the number 21 (not a prime) has the property (among other properties, like 'oddness') that it has the divisors (7 and 3) AND (21 and 1). Only primes get to leave out that AND part.
The prime numbers are the GAPS within the number-system (and in a rather pathological side note - they are also the glue that holds the system together). The definition of a prime number is, put simplistically: ANY number X that is NOT composite.
Saying you have found a pattern in the prime numbers is tantamount to saying that you have a rule that can create prime numbers W/O checking to see if it's true or not. Put another way, it is exactly the same as saying:
"I have a formula P(x) that can always churn out primes, give me a number, any number and after the application of my formula, I can guarantee that it will be a prime number."
If you could do that, I have a whole bunch of NP complete problems for you to work on (and a bone to pick with a certain Mr. Godel).
Any pattern w/in the set of prime numbers would be a formula with an infinite number of rules (an individual rule for each individual prime number, AT LEAST), and anything with an infinite number of rules can be considered completely, totally and irrevocably RANDOM.
Some late night ramblings from a guy who's too tired and lazy to log on.
"3 is prime, 5 is prime, 7 is prime, 9 is, um, experimental error, 11 is prime, 13 is prime--looks good."
Denken hilft.
Very nice theme, sir, but you could brush it up a little, give a couple of examples his 'contributions' to world culture, etc.
5=6*1-1, 7=6*1+1, 11=6*2-1, 13=6*2+1, 17=6*3-1, 19=6*3+1, ..., 3141592799=6*523598800-1, 3141592801=6*523598800+1, ...
Pretty cool, huh? So where's my Field's Medal? Or at least I should get published in Nature for this!
Not multiples of (pick a number other than 1 & the prime.) They're defined by the patterns they don't fit. That looks like an irregular or near fit to a pattern.
I said all primes are odd in an earlier post. Sorry, all primes but the number two are odd.
I hacked up a perl script to demonstrate what these guys were describing. I don't want to drop it in here, because it's a shameful late night hack, but it's in my journal. It generates primes, increments, intervals, and a running total of the intervals, since Kumar says they tend to follow each other in opposition closely. I'm still unconvinced they're onto anything novel, but I'll look again in the AM.
Assembly is the reverse of disassembly.
"I have a formula P(x) that can always churn out primes, give me a number, any number and after the application of my formula, I can guarantee that it will be a prime number."
;-)
If you could do that, I have a whole bunch of NP complete problems for you to work on (and a bone to pick with a certain Mr. Godel).
x-x+7 gives a prime number for every value of x
A pizza of radius z and thickness a has a volume of pi z z a
Take the first 1000 primes from the site listed. Put them in your favorite spreadsheet. Then use the formula they give to find out they are mostly full of it. For they first few it looks like a pattern is forming then it looks like nothing but noise when plotted. I can't believe no one even tryed this before they actually published this article.
wow, another random non-mathematician finding isolated patterns in a mathematically complex sequence of numbers...
the patterns they describe are likely nothing more than side effects that can be produced using a number sieve. that seems to be what most of the "prime formulas" that people come up with can be reduced to.
This sounds spookily like the ending in Contact (only in the book, not the film) where researchers find a message buried in the seemingly random digits of Pi. The implication was that the builders of the universe had left behind their signature.
Perhaps these guys should map out their sequences of prime number differences to see if it generates a picture ?
none of these numbers are divisible without a reminder except for 1 and themselves!?
Want the details? Ignore the watered-down article and skip right to the research paper.. all greek to me, but has some interesting plots:
Information Entropy and Correlations in Prime Numbers -- Abstract
Information Entropy and Correlations in Prime Numbers [PDF]
Information Entropy and Correlations in Prime Numbers [Postscript]
-molo
Using your sig line to advertise for friends is lame.
Don't forget the Prime Spiral.
This construction was first made by Polish-American mathematician Stanislaw Ulam (1909-1986) in 1963 while doodling during a boring talk at a scientific meeting. While drawing a grid of lines, he decided to number the intersections according to a spiral pattern, and then began circling the numbers in the spiral that were primes. Surprisingly, the circled primes appeared to fall along a number of diagonal straight lines or, in Ulam's slightly more formal prose, it "appears to exhibit a strongly nonrandom appearance"
More info.
See also "His Master's Voice" by Stanislaw Lem, which I think is far more mindblowing.
GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
2*2*2*3*3*3=216
12:50, press Return.
They're intimately tied to their position along the integer continuum. It's just that the complexity of determining primality (the information content, in fact) increases with the position.
Randomness is not actually entropy.
--Dan
FWIW, I can offer the following additional observation: All primes except 2 and 5 must end with 1, 3, 7 or 9, and these must be matching one of:
30n+7 30n+11 30n+13 30n+17 30n+19 30n+23 30n+29 30n+31
for all n>=0
I guess similar arguments may be made for including further factors 7 (210n+7 etc) and 11 (2310n+7 and so on) but I suspect this gets too unwieldy too soon to be very useful.
Finally, I wonder where they found that "speed limit 31 mph" sign. I have seen speed limits of 13 and 19 mph elsewhere, so this could even be a bit fascinating. Also, I wonder how much of a coincidence it is that the numbers 3, 31, 17, and 13, can be found in the URL of the article.
SIGBUS @ NO-07.308
Well, the problem "How to prove that all odd numbers are prime" has different solutions whether you are a:
Mathematician: 1 is prime, 3 is prime, 5 is prime, 7 is prime, and by induction we have that all the odd integers are prime.
Physicist: 1 is prime, 3 is prime, 5 is prime, 7 is prime, 9 is an experimental error...
Engineer: 1 is prime, 3 is prime, 5 is prime, 7 is prime, 9 is prime...
Chemist: 1 prime, 3 prime, 5 prime... hey, let's publish!
Modern physicist using renormalization: 1 is prime, 3 is prime, 5 is prime, 7 is prime, 9 is ... 9/3 is prime, 11 is prime, 13 is prime, 15 is ... 15/3 is prime, 17 is prime, 19 is prime, 21 is ... 21/3 is prime...
Quantum Physicist: All numbers are equally prime and non-prime until observed.
Professor: 1 is prime, 3 is prime, 5 is prime, 7 is prime, and the rest are left as an exercise for the student.
Confused Undergraduate: Let p be any prime number larger than 2. Then p is not divisible by 2, so p is odd. QED
Measure nontheorist: There are exactly as many odd numbers as primes (Euclid, Cantor), and exactly one even prime (namely 2), so there must be exactly one odd nonprime (namely 1).
Cosmologist: 1 is prime, yes it is true....
Computer Scientist: 1 is prime, 10 is prime, 11 is prime, 101 is prime...
Programmer: 1 is prime, 3 is prime, 5 is prime, 7 is prime, 9 will be fixed in the next release, ...
C programmer: 01 is prime, 03 is prime, 05 is prime, 07 is prime, 09 is really 011 which everyone knows is prime, ...
BASIC programmer: What's a prime?
COBOL programmer: What's an odd number?
Windows programmer: 1 is prime. Wait...
Mac programmer: Now why would anyone want to know about that? That's not user friendly. You don't worry about it, we'll take care of it for you.
Bill Gates: 1. No one will ever need any more than 1.
ZX-81 Computer Programmer: 1 is prime, 3 is prime, Out of Memory.
Pentium owner: 1 is prime, 3 is prime, 5 is prime, 7 is prime, 8.9999978 is prime...
GNU programmer: % prime
usage: prime [-nV] [--quiet] [--silent] [--version] [-e script] --catenate --concatenate | c --create | d --diff --compare | r --append | t --list | u --update | x -extract --get [ --atime-preserve ] [ -b, --block-size N ] [ -B, --read-full-blocks ] [ -C, --directory DIR ] [--checkpoint ] [ -f, --file [HOSTNAME:]F ] [ --force-local ] [ -F, --info-script F --new-volume-script F ] [-G, --incremental ] [ -g, --listed-incremental F ] [ -h, --dereference ] [ -i, --ignore-zeros ] [ --ignore-failed-read ] [ -k, --keep-old-files ] [ -K, --starting-file F ] [ -l, --one-file-system ] [ -L, --tape-length N ] [ -m, --modification-time ] [ -M, --multi-volume ] [ -N, --after-date DATE, --newer DATE ] [ -o, --old-archive, --portability ] [ -O, --to-stdout ] [ -p, --same-permissions, --preserve-permissions ] [ -P, --absolute-paths ] [ --preserve ] [ -R, --record-number ] [ [-f script-file] [--expression=script] [--file=script-file] [file...]
prime: you must specify exactly one of the r, c, t, x, or d options
For more information, type "prime --help''
Unix programmer: 1 is prime, 3 is prime, 5 is prime, 7 is prime, ...
Segmentation fault, Core dumped.
Computer programmer: 1 is prime, 3 is prime, 5 is prime, 7 is prime, 9 is prime, 9 is prime, 9 is prime, 9 is ...
Non-Linux Penguins ?
But what is the most commonly found prime number that turns up in nature
x/0 isn't necessarily infinity (as in +infinity). Think about it this way. Yes, it's true that:
1/1 = 1, 1/.5 = 2, 1/.25 = 4, etc, etc, so by that pattern 1/0 is indeed +infinity.
But, what about:
1/-1 = -1, 1/-.5 = -2, 1/-.25 = -4, etc, etc, so by THIS pattern, 1/0 is -infinity.
So it's undefined. It's kinda both positive infinity and negative infinity at the same time.
hi communist puke fuck how are you. you fucking mediocritomaton career loser patentless poor fag.
how is being a poor loser non contributing puke asshole? is it fun?
you puke bitch. you fat sexless loser pigfuck shitstaining cant afford shit pigfucking anus pie.
When you try to get any of the full text versions from http://xxx.lanl.gov/abs/cond-mat/0303110 all you get is the abstract.
What happens if you take prime numbers... and make a prime reflector ? like a parabolic reflector, but a prime number derived one ? How does stuff bounce ? Nah! Too much beer again isn't it :-)
Just in case... (C) me! 2003
Have a special significance to religious people
a kir60.tripod.com/importanceof19.htma laysia.net/lists/sangkancil/1999-01/m sg01546.html / www.submission.org/miracle/proof2.html
:P
http://numerical19.tripod.com/619.htm
http://f
http://www.m
http://www.utm.edu/research/primes/
http://www.geocities.com/aliadams/19.htm
http:/
6 from the top of my google
I would have done 19 but I got bored
Salaam!
Goldston's work is far more profound and interesting than most of the commenters seem to realize, which is to be expected, given the level of ignorance of the average poster. First of all, Goldston (and that Turkish chap) did not ``discover'' any new pattern among the primes -- mathematicans have long conjected that the prime numbers get very close together infinitely often. Indeed, the so called Twin Prime Conjecture asserts that there are infinitely many consecutive primes p,q (p p), such that q - p k*ln(q) ? What is this question getting at? Well, according to the Prime Number Theorem, which was proved in the late 19th century, the number of primes in [2,x] is, asymptotically, x/ln(x). Another way of saying the same thing is that the average gap between consecutive primes in [2,x] is about ln(x). Well, so this begs the question: How often are the gaps between consecutive primes in [2,x] much smaller than this average (that is, ln(x)), and how often are they much larger than the average? This is the source of the ``q-p k*ln(q)'' question above. A whole string of mathematicians worked on this small gaps question for decades, and the best result prior to Goldston's, which was due to H. Maier, was that there are infinitely many consecutive primes p,q such that q - p 0.2 ln(q) (actually, the constant here is a little more than 0.2). Using an ingenious new idea (I have read Goldston's paper) that combines approximation theory, a method called amplification, the Bombieri-Vinogradov theorem, as well as approximate von Mangoldt functions, Goldston has proved this short gaps conjecture (that is, one can replace the 0.2 with any number less than 1). In fact, he proved a considerably stronger statement: He showed that infinitely often q-p (ln q)^{8/9}. It seems clear that Goldston's work will have a profound and long-lasting impact on prime number theory, and some people believe that it can be used to prove a $3,000 conjecture of P. Erdos (although Erdos died a few years ago, you can still get money if you solve one of his prize problems) on large gaps between primes. Perhaps it will one day lead to the solution of the Twin Prime Conjecutre, or maybe even the Goldbach conjecture. Please do not email me.
(and it's not "canceling out")
:-)
It's "undefined". When approaching the value of a function from different directions in the complex plane gives you different numbers, the value of the function there is called undefined. None of the points nearby line up, but it's not "in the middle", that would imply it switches direction and comes back down!!! (which it doesn't). So, we say that it just doesn't have a value in there. In fact, the domain of the function 1/x expressedly prohibits x to be zero, usually in math proofs you see something or other over x where x != 0. Just so that you don't forget.
The fact that the concept of dividing by zero doesn't make sense to you is evidence for that! You know?
On the other hand, the directed limits THEMSELVES (i.e. the end of the pattern 1, 1/2, 1/3, 1/4, etc.) DO exist, and it's the obvious value (+inf. from the positive axis, -inf from the negative real axis, etc.). But this works because you aren't dividing by zero, but asking what the sequence is approaching. THAT is defined... it's evident from the series.
THIS THING CAN TURN ON A DIME, MACROSSZERO STYLE ALSO FUCK BETA, ~NYORON
Clearly you do not understand the meaning of the word 'irrational'. At least not in this context. Perhaps in some other context you do.
Lump lingered last in line for brains, and the ones she got were sorta rotten and insane.