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.

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

This page as a plain text file.
%I A134116 #16 Apr 05 2025 12:02:03
%S A134116 1327,8467,9973,11743,12163,17257,19087,20443,21433,29683,32653,34549,
%T A134116 37747,41299,47743,49957,54217,59887,61057,61297,64237,73483,74653,
%U A134116 77383,78367,80863,85159,88177,88609,89329,91639,93337,97039,100069
%N A134116 Primes p such that q-p = 34, where q is the next prime after p.
%H A134116 Charles R Greathouse IV, <a href="/A134116/b134116.txt">Table of n, a(n) for n = 1..10000</a>
%H A134116 <a href="/index/Pri#gaps">Index entries for primes, gaps between</a>
%F A134116 a(n) >> n log^2 n. - _Charles R Greathouse IV_, Sep 14 2015
%t A134116 Select[Prime[Range[10^4]],NextPrime[#]-#==34&] (* _James C. McMahon_, Apr 05 2025 *)
%o A134116 (PARI) is(n)=nextprime(n+1)==n+34 && isprime(n) \\ _Charles R Greathouse IV_, Sep 14 2015
%Y A134116 Cf. A126784, A134117.
%K A134116 nonn
%O A134116 1,1
%A A134116 _Rick L. Shepherd_, Oct 08 2007