cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A054694 n consecutive primes differ by 8 or more starting at a(n).

This page as a plain text file.
%I A054694 #11 Sep 04 2021 03:51:44
%S A054694 89,199,683,683,683,1789,13469,13469,13469,13469,62687,62687,62687,
%T A054694 62687,200597,200597,568441,568441,568441,568441,568441,1974079,
%U A054694 3036799,3059453,3059453,3059453,5949347,5949347,5949347,5949347
%N A054694 n consecutive primes differ by 8 or more starting at a(n).
%H A054694 David A. Corneth, <a href="/A054694/b054694.txt">Table of n, a(n) for n = 2..69</a> (terms <= 7*10^9)
%t A054694 With[{prs=Prime[Range[500000]]},Table[SelectFirst[Partition[prs,n,1],Min[ Differences[ #]]>7&][[1]],{n,2,35}]] (* _Harvey P. Dale_, Sep 03 2021 *)
%Y A054694 Cf. A054678.
%K A054694 nonn
%O A054694 2,1
%A A054694 _Jeff Burch_, Apr 19 2000
%E A054694 More terms from Larry Reeves (larryr(AT)acm.org), Nov 09 2000