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.

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

This page as a plain text file.
%I A134122 #12 Sep 14 2015 15:52:00
%S A134122 81463,91033,93001,93637,101221,103723,113233,116593,118297,124021,
%T A134122 128053,128767,136897,156841,163063,163927,184777,193891,195817,
%U A134122 196201,207877,212923,227743,237091,263323,263443,263677,268297,286927,298513
%N A134122 Primes p such that q-p = 46, where q is the next prime after p.
%H A134122 Charles R Greathouse IV, <a href="/A134122/b134122.txt">Table of n, a(n) for n = 1..10000</a>
%H A134122 <a href="/index/Pri#gaps">Index entries for primes, gaps between</a>
%o A134122 (PARI) is(n)=nextprime(n+1)==n+46 && isprime(n) \\ _Charles R Greathouse IV_, Sep 14 2015
%Y A134122 Cf. A134121, A134123.
%K A134122 nonn
%O A134122 1,1
%A A134122 _Rick L. Shepherd_, Oct 08 2007