login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A134116 Primes p such that q-p = 34, where q is the next prime after p. 7

%I #12 Sep 14 2015 15:39:32

%S 1327,8467,9973,11743,12163,17257,19087,20443,21433,29683,32653,34549,

%T 37747,41299,47743,49957,54217,59887,61057,61297,64237,73483,74653,

%U 77383,78367,80863,85159,88177,88609,89329,91639,93337,97039,100069

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

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

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

%F a(n) >> n log^2 n. - _Charles R Greathouse IV_, Sep 14 2015

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

%Y Cf. A126784, A134117.

%K nonn

%O 1,1

%A _Rick L. Shepherd_, Oct 08 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 29 08:13 EDT 2024. Contains 371265 sequences. (Running on oeis4.)