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
Računalno potpomognuto usmjeravanje kod dvojezičnih govornika
Računalno potpomognuto usmjeravanje kod dvojezičnih govornika
This thesis investigates whether modern computer models can confirm how people encounter words and then use these findings in didactics. In recent years, computers have been used i...
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...
Generalized Mersenne Numbers and Prime Number Generation
Generalized Mersenne Numbers and Prime Number Generation
In this study, Mersenne numbers are generalized to include an infinite set defined by the sequence of odd primes. To implement a straightforward algorithm for generating prime numb...
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...
The Canberra Bubble
The Canberra Bubble
According to the ABC television program Four Corners, “Parliament House in Canberra is a hotbed of political intrigue and high tension … . It’s known as the ‘Canberra Bubble’ and i...
Die kognitive Verarbeitung von körperbezogenen Reizen bei Frauen mit und ohne Essstörung
Die kognitive Verarbeitung von körperbezogenen Reizen bei Frauen mit und ohne Essstörung
Die Symptome einer Anorexia Nervosa (AN) und einer Bulimia Nervosa (BN) zeigen sich in vielen Facetten. Neben gestörtem Essverhalten weisen die Betroffenen eine Angst vor Gewichtsz...

