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

%I #11 Dec 21 2018 19:48:37

%S 542603,618719,815729,1013063,1052333,1060781,1082801,1102583,1122287,

%T 1146581,1195589,1223777,1243013,1251329,1298387,1352669,1401857,

%U 1471937,1496837,1562753,1593947,1729961,1829309,1832711,1987709

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

%H Remi Eismann, <a href="/A126722/b126722.txt">Table of n, a(n) for n = 1..10000</a>

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

%t Select[Partition[Prime[Range[150000]],2,1],#[[2]]-#[[1]]==80&][[All,1]] (* _Harvey P. Dale_, Dec 21 2018 *)

%K nonn

%O 1,1

%A _RĂ©mi Eismann_, Feb 13 2007