Bitcoin Forum
June 28, 2024, 10:18:28 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Primes and their Distribution  (Read 594 times)
Tusk (OP)
Sr. Member
****
Offline Offline

Activity: 444
Merit: 260



View Profile
April 30, 2016, 01:54:16 PM
Last edit: May 01, 2016, 10:27:42 AM by Tusk
 #1

It begins with the only true prime pair 2 and 3, whose sum is the next prime and the beginning of a mysterious sequence, but more importantly their product forms the magical composite number 6. All other primes orbit around it and its multiples. Using alternating patterns of 2 and 4, the composites are revealed in succession beginning with 5 in the first segregated pair of the series. Each integer in the series is raised to the second power and then its product of 2 and 4 reveals the distribution of the composite numbers. As the process is repeated throughout the series, the order that 2 and 4 are used to generate the products alternates, to progressively strip away the remaining composite integers and reveal the rest of the primes.

THE SEGREGATED PAIRS LIST

Other than 2 and 3 all prime numbers are located adjacent to a multiple of 6, this means we can ignore other integers in our search for primes.

The following expression can be used and repeated to generate a segregated pairsList of multiples of 6-1 and 6+1. Beginning with:-

a = 5

a² + (a x 2) = b² - (b x 2)

b² + (b x 4) = c² – (c x 4)

c² + (c x 2) = d² - (d x 2)

d² + (d x 4) = e² – (e x 4)...........

When setting a maxValue of 100, this generates the following segregated pairsList:-

[5, 7, 11, 13, 17, 19, 23, 25, 29, 31, 35, 37, 41, 43, 47, 49, 53, 55, 59, 61, 65, 67, 71, 73, 77, 79, 83, 85, 89, 91, 95, 97...]

REVEALING THE COMPOSITES IN THE PAIRSLIST

While there is no obvious pattern to the distribution of the primes (see proof why primes are not random https://docs.google.com/spreadsheets/d/1jJAYH3-Nx1hJr36KXFgWsBY7QsvqsMXVRTm45sR8coc/edit?usp=sharing), there is a clear pattern to the composite numbers in the list, all of the segregated pairs in the series are primes up until a². The composites in the segregated pairsList are revealed in a two step alternating pattern.

STEP ONE

a² is the first composite in the list. from a² onwards further composites (all multiples of a) occur with the following regularity:-

a = 5 (the first integer the pairsList)

a² = first composite

a² + (a x 2) = second composite

second composite + (a x 4) = next composite

This process gets repeated by adding the alternating products of a x 2 then a x 4 to the previous composite.

This reveals the composite products of a, in the segregated pairsList:- [25, 35, 55, 65, 85, 95...]

STEP TWO

Similar to step one only here the polarity of 2 and 4 is reversed.

b = 7 (the second integer the pairsList)

b² = first composite

b² + (b x 4) = second composite

second composite + (b x 2) = next composite

this process gets repeated by adding the alternating products of b x 4 then a x 2 to the previous composite.

This reveals the composite products of b, in the segregated pairsList:- [49, 77, 91...]

Steps one and two are repeated sequentially creating loopListOne and loopListTwo throughout the pairsList while n² < maxValue, loopListOne and loopListTwo are combined forming a compositeList and the compositeList is striped from the pairsList to form the primesList. Lastly the prime pair 2 and 3 are added to the primesList.

The illustration this demonstrates:- It is not that primes are randomly distributed, but rather it is the composite values in the pairsList that appears random due to their incrementally increase, layering and partial overlapping. This results in an apparent random sequence. By studying how composites are distributed in pairsList we are able to reveal the pattern of the primes.

An alternative perspective; consider the plane of natural numbers as all being potentially prime, until you add layers of multiples over it as described above, forming composite numbers in recurring patterns, but because their spacing is incrementally increased you get intermittent overlapping of composites and irregular gaps of primes forming a Jackson Pollock type canvas of composites and primes.

NOTES

See Prime Code 02.py https://github.com/Tusk-Bilasimo/Primes/blob/master/Prime%20Code%2002.py for an example of this written in python Prime Code 03.py and Prime Code 04.py a variants that were used to speed up the process

The Patterns of Primes.ods spreadsheets further illustrate the the distribution of primes https://github.com/Tusk-Bilasimo/Primes/blob/master/Patterns%20of%20Primes.ods, with a "Prime Plain" sheet and "Pairs List & Spacing" sheet. Lastly the "Prime Factors" sheet contains a proof that illustrates, primes are not random.

From the ashes rises the Phoenix. Viva the block chain, Viva BitCoin!
Gleb Gamow
In memoriam
VIP
Legendary
*
Offline Offline

Activity: 1428
Merit: 1145



View Profile
April 30, 2016, 10:34:06 PM
 #2

Related: http://www.nature.com/news/peculiar-pattern-found-in-random-prime-numbers-1.19550
Tusk (OP)
Sr. Member
****
Offline Offline

Activity: 444
Merit: 260



View Profile
April 30, 2016, 11:19:12 PM
 #3

Thanks Gleb, an interesting read. I will post a link in their comments section.

From the ashes rises the Phoenix. Viva the block chain, Viva BitCoin!
Gleb Gamow
In memoriam
VIP
Legendary
*
Offline Offline

Activity: 1428
Merit: 1145



View Profile
May 01, 2016, 12:01:13 AM
 #4

Thanks Gleb, an interesting read. I will post a link in their comments section.

Great! So explained it to me what is that I just read.

EDIT: Nevermind. I figured it out after I counted how many letters are in the sentence above - 41. 41 is the 13th prime number. The 13 letter in the sentence above is i. i = 1 and i2 = -1, ergo the difference is 2, the first prime number.

Just a non-random thought I thought I'd share.
Gleb Gamow
In memoriam
VIP
Legendary
*
Offline Offline

Activity: 1428
Merit: 1145



View Profile
May 07, 2016, 08:10:58 AM
 #5

Three days ago.

The Last Digit of Prime Numbers - Numberphile: https://www.youtube.com/watch?v=YVvfY_lFUZ8
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!