login
Primes p such that q-p = 46, where q is the next prime after p.
5

%I #12 Sep 14 2015 15:52:00

%S 81463,91033,93001,93637,101221,103723,113233,116593,118297,124021,

%T 128053,128767,136897,156841,163063,163927,184777,193891,195817,

%U 196201,207877,212923,227743,237091,263323,263443,263677,268297,286927,298513

%N Primes p such that q-p = 46, where q is the next prime after p.

%H Charles R Greathouse IV, <a href="/A134122/b134122.txt">Table of n, a(n) for n = 1..10000</a>

%H <a href="/index/Pri#gaps">Index entries for primes, gaps between</a>

%o (PARI) is(n)=nextprime(n+1)==n+46 && isprime(n) \\ _Charles R Greathouse IV_, Sep 14 2015

%Y Cf. A134121, A134123.

%K nonn

%O 1,1

%A _Rick L. Shepherd_, Oct 08 2007