Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #12 Sep 14 2015 15:52:01
%S 15683,36389,37907,76163,92507,108587,109673,124853,138683,138977,
%T 140009,140477,183203,186959,203669,225383,226697,229037,232259,
%U 242819,242927,244043,245339,271289,273653,275837,279353,280139,282617,285377
%N Primes p such that q-p = 44, where q is the next prime after p.
%H Charles R Greathouse IV, <a href="/A134121/b134121.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+44 && isprime(n) \\ _Charles R Greathouse IV_, Sep 14 2015
%Y Cf. A134120, A134122.
%K nonn
%O 1,1
%A _Rick L. Shepherd_, Oct 08 2007