login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A054696 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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 11:16 EDT 2024. Contains 371967 sequences. (Running on oeis4.)