login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

n consecutive primes differ by 12 or more starting at a(n).
0

%I #6 Sep 08 2018 17:10:55

%S 113,199,3947,10181,23087,23371,23371,23371,23371,257503,406883,

%T 406883,729979,729979,729979,729979,4656469,4656469,4656469,8962013,

%U 8962013,8962013,44315203,44315203,44315203,44315203,44315203,139054801

%N n consecutive primes differ by 12 or more starting at a(n).

%t With[{prs=Prime[Range[787*10^4]]},Table[SelectFirst[Partition[prs,k,1],Min[ Differences[ #]]> 11&],{k,2,30}]][[All,1]] (* _Harvey P. Dale_, Sep 08 2018 *)

%K nonn

%O 2,1

%A _Jeff Burch_, Apr 19 2000

%E Corrected and extended by Larry Reeves (larryr(AT)acm.org), Nov 10 2000

%E More terms from _Don Reble_, May 18 2002