Predicting Mersenne Prime Exponents Using Euler's Quadratic Polynomial C(n) = n2 + n + 41 with Nearest-Integer Rounding
Abstract
The Wright-Euler Mersenne Exponent Hypothesis proposes that Euler's quadratic polynomial C(n) = n2 + n + 41, combined with nearest-integer rounding nclosest = round((-1 + sqrt(4p - 163))/2), identifies candidate exponents for Mersenne primes 2p - 1. Applied to the 43 known Mersenne prime exponents with indices x = 10 through 52 (excluding p <= 31), the method produces seven exact matches (a 16.3% success rate, e.g., x = 38, p = 6972593 and x = 52, p = 136279841) and four close approximations (e.g., x = 34, p = 1257787, C(1121) = 1257803), with a mean absolute error of approximately 614 over the range x = 30 to 52. By comparison, an exponential regression model y = 11111.14 e0.1787x captures the overall growth trend (R2 approx 0.974) but yields no exact matches and a mean absolute error of 10,466,686. Graphical analysis, including scatter plots of C(nclosest) versus actual exponents and absolute deviations d = |n - nclosest|, demonstrates the hypothesis's precision when nearest-integer rounding is applied. From approximately 50 prime values of C(n) identified among 560 unique candidates, five cases with d < 0.1 are selected for targeted GIMPS testing, reducing the effective search space by approximately 74%.
Turn this paper into a full lesson
ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.