Javascript must be enabled to continue!
Unusual patterns found in prime numbers that hints primes are not arbitrary distributed.
View through CrossRef
Prime numbers are very special numbers, and a lot of research has been made to find patterns in primes. In this paper, the author tries to find a hidden pattern never discovered before.This paper uses a simple algorithm written in JavaScript to automate the calculations with the intent to find more prime numbers based on one prime number. However, with further testing, listing the results, and one unintentional mistake in code, patterns were found. Furthermore, possibly more patterns can be found. What makes these results interesting is the results are not based on the characteristics of prime numbers themselves. However, it is based on finding the next prime numbers, the backward relation of the next prime numbers to the previous ones, and how many can one prime number find the next primes.The code can be found in GitHub repo[1]
Title: Unusual patterns found in prime numbers that hints primes are not arbitrary distributed.
Description:
Prime numbers are very special numbers, and a lot of research has been made to find patterns in primes.
In this paper, the author tries to find a hidden pattern never discovered before.
This paper uses a simple algorithm written in JavaScript to automate the calculations with the intent to find more prime numbers based on one prime number.
However, with further testing, listing the results, and one unintentional mistake in code, patterns were found.
Furthermore, possibly more patterns can be found.
What makes these results interesting is the results are not based on the characteristics of prime numbers themselves.
However, it is based on finding the next prime numbers, the backward relation of the next prime numbers to the previous ones, and how many can one prime number find the next primes.
The code can be found in GitHub repo[1].
Related Results
ATTACHED PRIMES UNDER SKEW POLYNOMIAL EXTENSIONS
ATTACHED PRIMES UNDER SKEW POLYNOMIAL EXTENSIONS
In the author's work [S. A. Annin, Attached primes over noncommutative rings, J. Pure Appl. Algebra212 (2008) 510–521], a theory of attached prime ideals in noncommutative rings wa...
Special Primes And Some Of Their Properties
Special Primes And Some Of Their Properties
In this paper, we present the definition, some properties, and solve a problem on special primes. These properties help in providing us with a better understanding of the problem p...
Prime Numbers Calculation Formulas
Prime Numbers Calculation Formulas
The application of prime numbers in modern science, especially in computer
science, is very wide. Since prime numbers can only divisible by 1 and themselves,
they are not factored ...
An Algebraic Approach to the Goldbach and Polignac Conjectures
An Algebraic Approach to the Goldbach and Polignac Conjectures
This paper will give both the necessary and sufficient conditions required to find a counter-example to the Goldbach Conjecture by using an algebraic approach where no knowledge of...
Differential diagnosis of acute vestibular syndrome
Differential diagnosis of acute vestibular syndrome
Acute vestibular syndrome (AVS) occurs, most often, due to vestibular neuritis (VN), although it can be caused by a stroke in posterior circulation system or other damage to struct...
Structural Patterns of Goldbach Partition Numbers: A High-Precision Estimation Model Based on Prime Density
Structural Patterns of Goldbach Partition Numbers: A High-Precision Estimation Model Based on Prime Density
Abstract
This research proposes a new approach to the Goldbach Conjecture based on the relationship between the partition numbers of even integers and interval prime densit...
Human and man side by side, woman trapped in a different reality: word associations in Czech
Human and man side by side, woman trapped in a different reality: word associations in Czech
b1_The main objective of the research was to verify the symbolic asymmetry in spontaneous and socially shared representations of gender categories, also on the evaluative dimension...
Modèles macroéconomiques avec frictions financières et cycles d'assurance
Modèles macroéconomiques avec frictions financières et cycles d'assurance
Certains marchés d’assurance sont sujets au phénomène bien connu des « cycles de souscription », composés d’une phase de tensions au cours de laquelle les primes et les profits aug...

