VOOZH
about
URL: https://oeis.org/A054696
⇱ A054696 - OEIS
login
A054696
n consecutive primes differ by 12 or more starting at a(n).
0
113, 199, 3947, 10181, 23087, 23371, 23371, 23371, 23371, 257503, 406883, 406883, 729979, 729979, 729979, 729979, 4656469, 4656469, 4656469, 8962013, 8962013, 8962013, 44315203, 44315203, 44315203, 44315203, 44315203, 139054801
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
2,1
LINKS
Table of n, a(n) for n=2..29.
MATHEMATICA
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 *)
CROSSREFS
Sequence in context:
A173595
A142276
A054695
*
A142426
A309617
A210512
Adjacent sequences:
A054693
A054694
A054695
*
A054697
A054698
A054699
KEYWORD
nonn
AUTHOR
Jeff Burch
, Apr 19 2000
EXTENSIONS
Corrected and extended by Larry Reeves (larryr(AT)acm.org), Nov 10 2000
More terms from
Don Reble
, May 18 2002
STATUS
approved