Re: Prime numbers




luiroto@xxxxxxxxx wrote:
I always tell my students to look for the pattern. I believe whole
heartedly that theres a definite ordering to the prime numbers. >
Derek

Ordering of the prime numbers?
The prime numbers are produced by the algorithm of the Eratosthenes
Sieve. That algorithm is equivalent to a Pseudorandom Generator.
It is a Chaos generator. Each pass for deleting the multiples of a
given
prime produces new primes with different gaps that have a devastating
efect
in the distant numbers. Example: Between 1322 and 1422 there are
only 7 primes while between 1423 and 1523 there are 18.
Moreover the quantity of primes by equal intervals follows a
statistical
distribution known as the Gauss Distribution.

Pseudorandom generator.-
"Sequences generated in a deterministic way, as multiplying 10-digit
numbers
and extracting the ten middle digits, are called pseudo-random
sequences."
D.
Knuth. Stanford University
Chaos.-
"Non-periodicity, divergency and mixing are the caharacteritic of
Chaos"
J.M.Thomson University
College of London

"Une des hypotheses les plus interesantes auxquelles conduisent les
etudes statistiques peut etre appelee l' hypothese du hasard qui
conduisse
a considerer la distribution des nombres premiers comme une
distribution
Binomial que a l' infinie se confond avec une Laplce-Gauss."
Emil Borel. Membre de l'
Institute de France

.



Relevant Pages

  • Re: Big Push for Guest Worker Program
    ... so that I wouldn't every have to do taxes again. ... Since my big distribution comes in November, ... I remember my car license plate ID by an algorithm rather ...
    (soc.retirement)
  • Re: GetHashCode for Objects that Compare Based on Value (Not reference equality)
    ... Further, for those sets of data, an XOR hash produces a sufficiently ... random distribution for hashes to work just fine. ... realm of developing a good generic algorithm; ... Saying that XOR produces collisions is not very useful. ...
    (microsoft.public.dotnet.framework)
  • Re: GetHashCode for Objects that Compare Based on Value (Not reference equality)
    ... one cannot characterize 'all data' or even 'real life ... my algorithm you quickly get a broader range. ... the definition of random distribution, and thus should data in member ... It follows that given a class with random member variable values, ...
    (microsoft.public.dotnet.framework)
  • Re: Is Itos Lemma correct?
    ... your calculations? ... What algorithm did you use for your random number generator? ... Here's the original location and distribution of Mr. Steve Park: ... It's characterized as "a very accurate approximation of the normal idf". ...
    (sci.math)
  • Re: Locating Nearest Neighbors in space (fast)
    ... The brute force algorithm that you described is O, ... so the nearest neighbour distribution is very wide. ... If your distribution of nearest neighbour separations is heterogeneous (like ... stars) then I'd recommend an octree or k-D tree (adaptively subdividing ...
    (comp.programming)