Analysis and Conjectures Regarding the Prime Gaps Using C# Programming Language

Total Page:16

File Type:pdf, Size:1020Kb

Analysis and Conjectures Regarding the Prime Gaps Using C# Programming Language Available online at http://www.journalijdr.com International Journal of Development Research ISSN: 2230-9926 Vol. 11, Issue, 03, pp.45038-45042, March, 2021 https://doi.org/10.37118/ijdr.21265.03.2021 RESEARCH ARTICLE OPEN ACCESS ANALYSIS AND CONJECTURES REGARDING THE PRIME GAPS USING C# PROGRAMMING LANGUAGE *Bruno Luiz Silva Rodrighero ARTICLEInstitutoINFO Federal de Educação, CiênciaABSTRACT e Tecnologia de Rondônia (IFRO) & Universidade Presbiteriana Mackenzie ArticleArticleHistory:History: This paper brings four conjectures, based on analysis of prime gaps, to the knowledge of the th ReceivedReceived0xxxxxx,9 December, 2019 2020 scientific community. This research and its results were based on data obtained directly by ReceivedReceived inin revisedrevised formform computational algorithms, which were developed by the authors of this paper, for the analysis of th 1xxxxxxxx,4 January201, 20921 th prime numbers and prime gaps. These data were the basis for the conjectures proposed here. AcceptedAccepted 1xxxxxxxxx2 February, 20, 202119 However, they are only preliminary results and conjectures that require more investigation and Published online 15th March, 2021 Published online xxxxx, 2019 deeper analysis for future proof or refutation. The first conjecture presented states that the graph Key Words: for the first occurrences of all prime gaps behaves according to an exponential function that tends to a quadratic function. The second proposes which are the only prime gaps that occur Prime Gaps, Prime Numbers, consecutively in the sequence of prime gaps. The third conjecture proposes the creation of a new Twin Primes, Consecutive Prime Gaps. sequence of intervals, but now between prime gaps, in which the sum of its infinite elements will be equal to zero and consequently, may serve as a feasible argument that the twin primes occur *Corresponding author: infinitely. Bruno Luiz Silva Rodrighero Copyright © 2021, Bruno Luiz Silva Rodrighero. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Citation: Bruno Luiz Silva Rodrighero. 2021. “Analysis and conjectures regarding the prime gaps using c# programming language”, International Journal of Development Research, 11, (03) , 45038-45042. The research of the behavior of the function that describes the first INTRODUCTION occurrence of each PG will be the first point to be analyzed. The second will deal specifically with PG numbers that occur The research of prime numbers has great relevance not only in consecutively, for example, ([…], 6, 6, [...]) etc. Then, based on the mathematics, but in several fields of knowledge (NEUKIRCH, 2013). PG sequence, a new sequence will be derived with the interval Given its importance, several means and tools were created between PGs, which will be called IPG, that will be analysed and throughout history for its research. One of these ways of studying and another conjecture will be proposed concerning its behavior. For this looking for patterns in prime numbers is a sequence of numbers of the entire research, it is necessary to emphasize, the main data that intervals between prime numbers, also known as prime gaps. These support it were obtained through algorithms, developed by the authors numbers were already known and studied since antiquity (Stillwell, themselves, both for the analysis of the primes, as well as the PGs and 2010). Prime gaps, or PGs as it will be called from now on, are a IPG etc., which require more deep analysis. The readers are invited to sequence of numbers that can express important properties about the review these codes, which follow below, to replicate their results, to behavior of prime numbers. Further on, the main initial concepts increase the quantity of data, to better test each of the conjectures regarding this sequence will be detailed. For now, it must be said that presented here and / or to present a better demonstration of the any tool or equation that makes it possible to predict the sequence of behavior of such sequences of numbers. PGs will also make it feasible to determine the prime numbers (Granville, 1995a). However, although this result is far from being achieved, there are other properties that can be extracted and studied MATERIALS AND METHODS based on the sequence of PGs that would be of value for the study of the prime numbers. In this paper, therefore, some of these properties Algorithms and programing language used in this research: Using will be studied and, based on data obtained with computational the C# programming language, the following algorithms and methods algorithms, preliminary conjectures will be proposed, which in the were developed for this research of PGs. Although other future should be revised, refined, better analyzed, so that they can programming languages may be more suited to improve the finally be proved or disproved. performance of the analysis, the authors were limited to use a 45039 Bruno Luiz Silva Rodrighero, Analysis and conjectures regarding the prime gaps using c# programming language language that they had better familiarity and qualification to program, this being C#. However, such algorithms can easily be replicated and translated into other programming languages by the reader. Below are the main methods and algorithms used: Algorithm (1) to check if the input number is a prime number: Algorithm (6) indicates the distance (quantity of numbers leading up) between the beginning of the sequence of prime gaps and the first occurrence of a chosen value: Algorithm (2) that checks what will be the next prime number in relation to the number indicated in the input: Algorithm (7) returns a list with the occurrence distances from the chosen prime gap to the prime gap 2: Algorithm (3) that indicates the number of prime numbers in the defined range: Algorithm (8) returns a list with only the distance between the chosen prime gaps. Algorithm (4) that returns the prime gaps of an interval defined with an ulong vector: Algorithm (5) that checks if there is a number in the list of prime gaps that occurs consecutively: 45040 International Journal of Development Research, Vol. 11, Issue, 03, pp.45038-45042, March, 2021 Table I: DistPG (y), in quantity of predecessor elements, of the referred prime gaps (x). 2 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 1 3 8 23 33 45 29 281 98 153 188 262 366 428 589 737 216 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 1182 3301 2190 1878 1830 7969 3076 3426 2224 3792 8027 4611 4521 3643 8687 66 68 70 72 74 76 78 80 82 84 86 88 90 14861 12541 15782 3384 34201 19025 17005 44772 23282 38589 14356 44902 34214 Initial Concepts: Prime gaps are a sequence of numbers obtained the PG 74 after 34,201 positions. Thus, it appears that some specific through the difference between two consecutive prime numbers, such PGs occur more frequently than others. that , (where p is a prime number and PG is a prime gap), which results, for example, in In this way, if the terms y are placed in ascending order, and the etc. (WEISSTEIN,= − 2001). Thus, using the algorithm (4), for the values of x are changed by 1 to 45, the graph in Figure 1 is formed: following primes, the first 60 PGs are defined,= 1, in =parentheses,= 2, as an= example4 : |2, (1), 3|, |3, (2), 5|, |5, (2), 7| , |7, (4), 11| , |11, (2), 13| , |13, (4), 17| , |17, (2), 19| , |19, (4), 23| , |23, (6), 29| , |29, (2), 31| , |31, (6), 37| , |37, (4), 41| , |41, (2), 43| , |43, (4), 47| , |47, (6), 53| , |53, (6), 59| , |59, (2), 61| , |61, (6), 67| , |67, (4), 71| , |71, (2), 73| , |73, (6), 79| , |79, (4), 83| , |83, (6), 89| , |89, (8), 97| , |97, (4), 101| , |101, (2), 103| , |103, (4), 107| , |107, (2), 109| , |109, (4), 113| , |113, (14), 127| , |127, (4), 131| , |131, (6), 137| , |137, (2), 139| , |139, (10), 149| , |149, (2), 151| , |151, (6), 157| , |157, (6), 163| , |163, (4), 167| , |167, (6), 173| , |173, (6), 179| , |179, (2), 181| , |181, (10), 191| , |191, (2), 193| , |193, (4), 197| , |197, (2), 199| , |199, (12), 211| , |211, (12), 223| , |223, (4), 227| , |227, (2), 229| , |229, (4), 233| , |233, (6), 239| , |239, (2), 241| , |241, (10), 251| , |251, (6), 257| , |257, (6), 263| , |263, (6), 269| , |269, (2), 271| , |271, (6), 277| , |277, (4), 281| , |281, (2), 283|. Briefly: 1, 2, 2, 4, 2, 4, 2, 4, 6, 2, 6, 4, 2, 4, 6, 6, 2, 6, 4, 2, 6, 4, Figure 1. Points in Table 1 plotted in a graph, 6, 8, 4, 2, 4, 2, 4, 14, 4, 6, 2, 10, 2, 6, 6, 4, 6, 6, 2, 10, 2, 4, 2, with increasing values 12, 12, 4, 2, 4, 6, 2, 10, 6, 6, 6, 2, 6, 4, 2. Looking at the graph above, it is noticeable a plausible exponential or quadratic function pattern forming. By analyzing the data, it is tenable Due to the importance of prime numbers, several methods have been to raise some assumptions: created since antiquity to analyze existing patterns regarding these numbers in order to propose explanations and conjectures for the Conjecture (1): The function that describes the growth of the interval understanding their behavior. PGs emerged with this main purpose, between primes, DistPG, follows an exponential pattern that tends to evolving over time to become an important subject with diverse and quadratic, by the following approximation: [1] , for profound properties as well as important conjectures , considering such that the disparities in some of its (NAZARDONYAVI, 2012). Some of these properties are, for intervals will be reduced as larger PGs are computed,= tending+ + towards3 example: PG 1 occurs only once between the primes 2 and 3, while 2 a >quadratic0 function.
Recommended publications
  • An Amazing Prime Heuristic.Pdf
    This document has been moved to https://arxiv.org/abs/2103.04483 Please use that version instead. AN AMAZING PRIME HEURISTIC CHRIS K. CALDWELL 1. Introduction The record for the largest known twin prime is constantly changing. For example, in October of 2000, David Underbakke found the record primes: 83475759 264955 1: · The very next day Giovanni La Barbera found the new record primes: 1693965 266443 1: · The fact that the size of these records are close is no coincidence! Before we seek a record like this, we usually try to estimate how long the search might take, and use this information to determine our search parameters. To do this we need to know how common twin primes are. It has been conjectured that the number of twin primes less than or equal to N is asymptotic to N dx 2C2N 2C2 2 2 Z2 (log x) ∼ (log N) where C2, called the twin prime constant, is approximately 0:6601618. Using this we can estimate how many numbers we will need to try before we find a prime. In the case of Underbakke and La Barbera, they were both using the same sieving software (NewPGen1 by Paul Jobling) and the same primality proving software (Proth.exe2 by Yves Gallot) on similar hardware{so of course they choose similar ranges to search. But where does this conjecture come from? In this chapter we will discuss a general method to form conjectures similar to the twin prime conjecture above. We will then apply it to a number of different forms of primes such as Sophie Germain primes, primes in arithmetic progressions, primorial primes and even the Goldbach conjecture.
    [Show full text]
  • A Note on the Origin of the Twin Prime Conjecture
    A Note on the Origin of the Twin Prime Conjecture by William Dunham Department of Mathematics & Computer Science, Muhlenberg College; Department of Mathematics, Harvard University (visiting 2012-2013) More than any other branch of mathematics, number As the title suggests, de Polignac’s paper was about theory features a collection of famous problems that took prime numbers, and on p. 400 he stated two “theorems.” centuries to be proved or that remain unresolved to the It should be noted that he was not using the word in its present day. modern sense. Rather, de Polignac confirmed the truth of Among the former is Fermat’s Last Theorem. This these results by checking a number of cases and thereby states that it is impossible to find a whole number n ≥ 3 called them “theorems.” Of course, we would call them, at and whole numbers x , y , and z for which xn + yn = zn . best, “conjectures.” The true nature of these statements is suggested by the fact that de Polignac introduced them In 1640, as all mathematicians know, Fermat wrote this in under the heading “Induction and remarks” as seen below, a marginal note and claimed to have “an admirable proof” in a facsimile of his original text. that, alas, did not fit within the space available. The result remained unproved for 350 years until Andrew Wiles, with assistance from Richard Taylor, showed that Fermat was indeed correct. On the other hand, there is the Goldbach conjecture, which asserts that every even number greater than 2 can be expressed as the sum of two primes.
    [Show full text]
  • Number 73 Is the 37Th Odd Number
    73 Seventy-Three LXXIII i ii iii iiiiiiiiii iiiiiiiii iiiiiiii iiiiiii iiiiiiii iiiiiiiii iiiiiiiiii iii ii i Analogous ordinal: seventy-third. The number 73 is the 37th odd number. Note the reversal here. The number 73 is the twenty-first prime number. The number 73 is the fifty-sixth deficient number. The number 73 is in the eighth twin-prime pair 71, 73. This is the last of the twin primes less than 100. No one knows if the list of twin primes ever ends. As a sum of four or fewer squares: 73 = 32 + 82 = 12 + 62 + 62 = 12 + 22 + 22 + 82 = 22 + 22 + 42 + 72 = 42 + 42 + 42 + 52. As a sum of nine or fewer cubes: 73 = 3 13 + 2 23 + 2 33 = 13 + 23 + 43. · · · As a difference of two squares: 73 = 372 362. The number 73 appears in two Pythagorean triples: [48, 55, 73] and [73, 2664, 2665]. Both are primitive, of course. As a sum of three odd primes: 73 = 3 + 3 + 67 = 3 + 11 + 59 = 3 + 17 + 53 = 3 + 23 + 47 = 3 + 29 + 41 = 5 + 7 + 61 = 5 + 31 + 37 = 7 + 7 + 59 = 7 + 13 + 53 = 7 + 19 + 47 = 7 + 23 + 43 = 7 + 29 + 37 = 11 + 19 + 43 = 11 + 31 + 31 = 13 + 13 + 47 = 13 + 17 + 43 = 13 + 19 + 41 = 13 + 23 + 37 = 13 + 29 + 31 = 17 + 19 + 37 = 19 + 23 + 31. The number 73 is the 21st prime number. It’s reversal, 37, is the 12th prime number. Notice that if you strip off the six triangular points from the 73-circle hexagram pictured above, you are left with a hexagon of 37 circles.
    [Show full text]
  • Prime Numbers and Cryptography
    the sunday tImes of malta maRCh 11, 2018 | 51 LIFE &WELLBEING SCIENCE Prime numbers and cryptography ALEXANDER FARRUGIA factored into its two primes by Benjamin Moody – that is a number having 155 digits! (By comparison, the number You are given a number n, and you 6,436,609 has only seven digits.) The first 50 prime numbers. are asked to find the two whole It took his desktop computer 73 numbers a and b, both greater days to achieve this feat. Later, than 1, such that a times b is equal during the same year, a 768-bit MYTH to n. If I give you the number 21, number, having 232 digits, was say, then you would tell me “that factored into its constituent DEBUNKED is 7 times 3”. Or, if I give you 55, primes by a team of 13 academ - you would say “that is 11 times 5”. ics – it took them two years to do Now suppose I ask you for the so! This is the largest number Is 1 a prime two whole numbers, both greater that has been factored to date. than 1, whose product (multipli - Nowadays, most websites number? cation) equals the number employing the RSA algorithm If this question was asked 6,436,609. This is a much harder use at least a 2,048-bit (617- before the start of the 20th problem, right? I invite you to try digit) number to encrypt data. century, one would have to work it out, before you read on. Some websites such as Facebook invariably received a ‘yes’.
    [Show full text]
  • WXML Final Report: Prime Spacings
    WXML Final Report: Prime Spacings Jayadev Athreya, Barry Forman, Kristin DeVleming, Astrid Berge, Sara Ahmed Winter 2017 1 Introduction 1.1 The initial problem In mathematics, prime gaps (defined as r = pn − pn−1) are widely studied due to the potential insights they may reveal about the distribution of the primes, as well as methods they could reveal about obtaining large prime numbers. Our research of prime spacings focused on studying prime intervals, which th is defined as pn − pn−1 − 1, where pn is the n prime. Specifically, we looked at what we defined as prime-prime intervals, that is primes having pn − pn−1 − 1 = r where r is prime. We have also researched how often different values of r show up as prime gaps or prime intervals, and why this distribution of values of r occurs the way that we have experimentally observed it to. 1.2 New directions The idea of studying the primality of prime intervals had not been previously researched, so there were many directions to take from the initial proposed problem. We saw multiple areas that needed to be studied: most notably, the prevalence of prime-prime intervals in the set of all prime intervals, and the distribution of the values of prime intervals. 1 2 Progress 2.1 Computational The first step taken was to see how many prime intervals up to the first nth prime were prime. Our original thoughts were that the amount of prime- prime intervals would grow at a rate of π(π(x)), since the function π tells us how many primes there are up to some number x.
    [Show full text]
  • On the First Occurrences of Gaps Between Primes in a Residue Class
    On the First Occurrences of Gaps Between Primes in a Residue Class Alexei Kourbatov JavaScripter.net Redmond, WA 98052 USA [email protected] Marek Wolf Faculty of Mathematics and Natural Sciences Cardinal Stefan Wyszy´nski University Warsaw, PL-01-938 Poland [email protected] To the memory of Professor Thomas R. Nicely (1943–2019) Abstract We study the first occurrences of gaps between primes in the arithmetic progression (P): r, r + q, r + 2q, r + 3q,..., where q and r are coprime integers, q > r 1. ≥ The growth trend and distribution of the first-occurrence gap sizes are similar to those arXiv:2002.02115v4 [math.NT] 20 Oct 2020 of maximal gaps between primes in (P). The histograms of first-occurrence gap sizes, after appropriate rescaling, are well approximated by the Gumbel extreme value dis- tribution. Computations suggest that first-occurrence gaps are much more numerous than maximal gaps: there are O(log2 x) first-occurrence gaps between primes in (P) below x, while the number of maximal gaps is only O(log x). We explore the con- nection between the asymptotic density of gaps of a given size and the corresponding generalization of Brun’s constant. For the first occurrence of gap d in (P), we expect the end-of-gap prime p √d exp( d/ϕ(q)) infinitely often. Finally, we study the gap ≍ size as a function of its index in thep sequence of first-occurrence gaps. 1 1 Introduction Let pn be the n-th prime number, and consider the difference between successive primes, called a prime gap: pn+1 pn.
    [Show full text]
  • Conjecture of Twin Primes (Still Unsolved Problem in Number Theory) an Expository Essay
    Surveys in Mathematics and its Applications ISSN 1842-6298 (electronic), 1843-7265 (print) Volume 12 (2017), 229 { 252 CONJECTURE OF TWIN PRIMES (STILL UNSOLVED PROBLEM IN NUMBER THEORY) AN EXPOSITORY ESSAY Hayat Rezgui Abstract. The purpose of this paper is to gather as much results of advances, recent and previous works as possible concerning the oldest outstanding still unsolved problem in Number Theory (and the most elusive open problem in prime numbers) called "Twin primes conjecture" (8th problem of David Hilbert, stated in 1900) which has eluded many gifted mathematicians. This conjecture has been circulating for decades, even with the progress of contemporary technology that puts the whole world within our reach. So, simple to state, yet so hard to prove. Basic Concepts, many and varied topics regarding the Twin prime conjecture will be cover. Petronas towers (Twin towers) Kuala Lumpur, Malaysia 2010 Mathematics Subject Classification: 11A41; 97Fxx; 11Yxx. Keywords: Twin primes; Brun's constant; Zhang's discovery; Polymath project. ****************************************************************************** http://www.utgjiu.ro/math/sma 230 H. Rezgui Contents 1 Introduction 230 2 History and some interesting deep results 231 2.1 Yitang Zhang's discovery (April 17, 2013)............... 236 2.2 "Polymath project"........................... 236 2.2.1 Computational successes (June 4, July 27, 2013)....... 237 2.2.2 Spectacular progress (November 19, 2013)........... 237 3 Some of largest (titanic & gigantic) known twin primes 238 4 Properties 240 5 First twin primes less than 3002 241 6 Rarefaction of twin prime numbers 244 7 Conclusion 246 1 Introduction The prime numbers's study is the foundation and basic part of the oldest branches of mathematics so called "Arithmetic" which supposes the establishment of theorems.
    [Show full text]
  • Arxiv:Math/0103191V1 [Math.NT] 28 Mar 2001
    Characterization of the Distribution of Twin Primes P.F. Kelly∗and Terry Pilling† Department of Physics North Dakota State University Fargo, ND, 58105-5566 U.S.A. Abstract We adopt an empirical approach to the characterization of the distribution of twin primes within the set of primes, rather than in the set of all natural numbers. The occurrences of twin primes in any finite sequence of primes are like fixed probability random events. As the sequence of primes grows, the probability decreases as the reciprocal of the count of primes to that point. The manner of the decrease is consistent with the Hardy–Littlewood Conjecture, the Prime Number Theorem, and the Twin Prime Conjecture. Furthermore, our probabilistic model, is simply parameterized. We discuss a simple test which indicates the consistency of the model extrapolated outside of the range in which it was constructed. Key words: Twin primes MSC: 11A41 (Primary), 11Y11 (Secondary) 1 Introduction Prime numbers [1], with their many wonderful properties, have been an intriguing subject of mathematical investigation since ancient times. The “twin primes,” pairs of prime numbers {p,p+ 2} are a subset of the primes and themselves possess remarkable properties. In particular, we note that the Twin Prime Conjecture, that there exists an infinite number of these prime number pairs which differ by 2, is not yet proven [2, 3]. In recent years much human labor and computational effort have been expended on the subject of twin primes. The general aims of these researches have been three-fold: the task of enumerating the twin primes [4] (i.e., identifying the members of this particular subset of the natural numbers, and its higher-order variants “k-tuples” of primes), the attempt to elucidate how twin primes are distributed among the natural numbers [5, 6, 7, 8] (especially searches for long gaps in the sequence [9, 10, 11]), and finally, the precise estimation of the value of Brun’s Constant [12].
    [Show full text]
  • A New Approach to Prime Numbers A. INTRODUCTION
    A new approach to prime numbers Pedro Caceres Longmeadow, MA- March 20th, 2017 Email: [email protected] Phone: +1 (763) 412-8915 Abstract: A prime number (or a prime) is a natural number greater than 1 that has no positive divisors other than 1 and itself. The crucial importance of prime numbers to number theory and mathematics in general stems from the fundamental theorem of arithmetic, which states that every integer larger than 1 can be written as a product of one or more primes in a way that is unique except for the order of the prime factors. Primes can thus be considered the “basic building blocks”, the atoms, of the natural numbers. There are infinitely many primes, as demonstrated by Euclid around 300 BC. There is no known simple formula that separates prime numbers from composite numbers. However, the distribution of primes, that is to say, the statistical behavior of primes in the large, can be modelled. The first result in that direction is the prime number theorem, proven at the end of the 19th century, which says that the probability that a given, randomly chosen number n is prime is inversely proportional to its number of digits, or to the logarithm of n. The way to build the sequence of prime numbers uses sieves, an algorithm yielding all primes up to a given limit, using only trial division method which consists of dividing n by each integer m that is greater than 1 and less than or equal to the square root of n. If the result of any of these divisions is an integer, then n is not a prime, otherwise it is a prime.
    [Show full text]
  • Article Title: the Nicholson's Conjecture Authors: Jan Feliksiak[1] Affiliations: N
    Article title: The Nicholson's conjecture Authors: Jan Feliksiak[1] Affiliations: N. A.[1] Orcid ids: 0000-0002-9388-1470[1] Contact e-mail: [email protected] License information: This work has been published open access under Creative Commons Attribution License http://creativecommons.org/licenses/by/4.0/, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Conditions, terms of use and publishing policy can be found at https://www.scienceopen.com/. Preprint statement: This article is a preprint and has not been peer-reviewed, under consideration and submitted to ScienceOpen Preprints for open peer review. DOI: 10.14293/S2199-1006.1.SOR-.PPT1JIB.v1 Preprint first posted online: 24 February 2021 Keywords: Distribution of primes, Prime gaps bound, Maximal prime gaps bound, Nicholson's conjecture, Prime number theorem THE NICHOLSON'S CONJECTURE JAN FELIKSIAK Abstract. This research paper discusses the distribution of the prime numbers, from the point of view of the Nicholson's Conjecture of 2013: ! n p(n+1) ≤ n log n p(n) The proof of the conjecture permits to develop and establish a Supremum bound on: ! n 1 p(n+1) log n − ≤ SUP n p(n) Nicholson's Conjecture belongs to the class of the strongest bounds on maximal prime gaps. 2000 Mathematics Subject Classification. 0102, 11A41, 11K65, 11L20, 11N05, 11N37,1102, 1103. Key words and phrases. Distribution of primes, maximal prime gaps upper bound, Nicholson's conjecture, Prime Number Theorem. 1 2 JAN FELIKSIAK 1. Preliminaries Within the scope of the paper, prime gap of the size g 2 N j g ≥ 2 is defined as an interval between two primes pn; p(n+1), containing (g − 1) composite integers.
    [Show full text]
  • Eureka Issue 61
    Eureka 61 A Journal of The Archimedeans Cambridge University Mathematical Society Editors: Philipp Legner and Anja Komatar © The Archimedeans (see page 94 for details) Do not copy or reprint any parts without permission. October 2011 Editorial Eureka Reinvented… efore reading any part of this issue of Eureka, you will have noticed The Team two big changes we have made: Eureka is now published in full col- our, and printed on a larger paper size than usual. We felt that, with Philipp Legner Design and Bthe internet being an increasingly large resource for mathematical articles of Illustrations all kinds, it was necessary to offer something new and exciting to keep Eu- reka as successful as it has been in the past. We moved away from the classic Anja Komatar Submissions LATEX-look, which is so common in the scientific community, to a modern, more engaging, and more entertaining design, while being conscious not to Sean Moss lose any of the mathematical clarity and rigour. Corporate Ben Millwood To make full use of the new design possibilities, many of this issue’s articles Publicity are based around mathematical images: from fractal modelling in financial Lu Zou markets (page 14) to computer rendered pictures (page 38) and mathemati- Subscriptions cal origami (page 20). The Showroom (page 46) uncovers the fundamental role pictures have in mathematics, including patterns, graphs, functions and fractals. This issue includes a wide variety of mathematical articles, problems and puzzles, diagrams, movie and book reviews. Some are more entertaining, such as Bayesian Bets (page 10), some are more technical, such as Impossible Integrals (page 80), or more philosophical, such as How to teach Physics to Mathematicians (page 42).
    [Show full text]
  • On the Infinity of Twin Primes and Other K-Tuples
    On The Infinity of Twin Primes and other K-tuples Jabari Zakiya: [email protected] December 13, 2019 Abstract The paper uses the structure and math of Prime Generators to show there are an infinity of twin primes, proving the Twin Prime Conjecture, as well as establishing the infinity of other k-tuples of primes. 1 Introduction In number theory Polignac’s Conjecture (1849) [6] states there are infinitely many consecutive primes (prime pairs) that differ by any even number n. The Twin Prime Conjecture derives from it for prime pairs that differ by 2, the so called twin primes, e.g. (11, 13) and (101, 103). K-tuples are groupings of primes adhering to specific patterns, usually designated as (k, d) groupings, where k is the number of primes in the group and d the total spacing between its first and last prime [4]. Thus, Polignac’s pairs are type (2, n), where n is any even number, and twin primes are the specific named k-tuples of type (2, 2). Various types of k-tuples form a constellation of groupings for k ≥ 2. Triplets are type (3, 6) which have two forms, (0, 2, 6) and (0, 4, 6). The smallest occurrence for each form are (5, 7, 11) and (7, 11, 13). Some k-tuples have been given names. Three named (2, d) tuples are Twin Primes (2, 2), Cousin Primes (2, 4), and Sexy Primes (2, 6). The paper shows there are many more Sexy Primes than Twins or Cousins, though an infinity of each. The nature of the proof presented herein takes a totally different approach than usually taken.
    [Show full text]