cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A038458 Decimal expansion of the solution to 127^x - 113^x = 1. This is the smallest x such that q^x - p^x = 1 for two successive primes p, q.

This page as a plain text file.
%I A038458 #52 Feb 16 2025 08:32:38
%S A038458 5,6,7,1,4,8,1,3,0,2,0,2,0,1,7,7,1,4,6,4,6,8,4,6,8,7,5,5,3,3,4,8,2,5,
%T A038458 6,4,5,8,6,7,9,0,2,4,9,3,8,8,6,3,8,2,0,6,8,4,0,2,8,5,2,2,1,8,2,6,8,0,
%U A038458 6,7,6,6,3,3,8,2,7,6,9,2,1,5,0,8,8,6,9,7,3,8,5,3,6,4,2,6,4,4
%N A038458 Decimal expansion of the solution to 127^x - 113^x = 1. This is the smallest x such that q^x - p^x = 1 for two successive primes p, q.
%C A038458 Generalizes Andrica's conjecture prime(n+1)^(1/2) - prime(n)^(1/2) < 1 to prime(n+1)^c - prime(n)^c < 1 if c is less than this number.
%C A038458 Is this constant rational or irrational? I conjecture it is irrational. - Sukanto Bhattacharya (susant5au(AT)yahoo.com.au), Apr 28 2008
%C A038458 The first five digits are the same as the first five of A030178 = LambertW(1). - _John W. Nicholson_, Dec 11 2013
%C A038458 Although the description of the sequence defines it as "the smallest x" with a certain property, this is conjectured, not yet proven. Numerical evidence supports the conjecture. - _Hal M. Switkay_, Jun 02 2021
%H A038458 Harry J. Smith, <a href="/A038458/b038458.txt">Table of n, a(n) for n = 0..20000</a>
%H A038458 Octavian Cira, <a href="http://mathcombin.com/upload/file/20150127/1422320940239094100.pdf#page=74">Smarandache's conjecture on consecutive primes</a>, International J. Math. Combin. 4 (2014), pp. 69-91.
%H A038458 David Lowry-Duda, <a href="https://arxiv.org/abs/1709.07847">A short note on gaps between powers of consecutive primes</a>, arXiv:1709.07847 [math.NT], 2017.
%H A038458 M. L. Perez, <a href="http://www.gallup.unm.edu/~smarandache/conjprim.txt">Five Smarandache conjectures on primes</a>, Arizona State University, Special Collections.
%H A038458 F. Smarandache, <a href="http://arxiv.org/abs/0707.2584">Conjectures which generalize Andrica's conjecture</a>, arXiv:0707.2584 [math.GM], 2007; Octogon 7:1 (1999), pp. 173-176.
%H A038458 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/AndricasConjecture.html">Andrica's Conjecture</a>
%H A038458 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/SmarandacheConstants.html">Smarandache Constants</a>
%e A038458 0.567148130202017714646846875533482564586790249388638206840285221826806766338276...
%t A038458 RealDigits[x/.FindRoot[127^x-113^x==1,{x,0.5},WorkingPrecision->150]][[1]] (* _Harvey P. Dale_, Oct 24 2017 *)
%o A038458 (PARI) default(realprecision, 20080); x=solve(x=.5,.6,127^x-113^x-1); d=0; for (n=0, 20000, x=(x-d)*10; d=floor(x); write("b038458.txt", n, " ", d)); \\ _Harry J. Smith_, Apr 13 2009
%K A038458 nonn,cons
%O A038458 0,1
%A A038458 M. I. Petrescu (mipetrescu(AT)yahoo.com)
%E A038458 Title improved, incorrect formula deleted, and other edits by _M. F. Hasler_, Jan 02 2015