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.

A182387 Numbers k such that 210*k+{11,13,17,19,23,29,31} are 7 consecutive primes.

This page as a plain text file.
%I A182387 #11 Aug 10 2025 21:43:23
%S A182387 0,789,5089,56669,75048,88116,100172,122183,187771,214298,322935,
%T A182387 413420,445838,593886,648863,667224,736358,772329,868588,888020,
%U A182387 890616,907211,945016,1052954,1078331,1106177,1146724,1223888,1432230,1452437,1458355,1509878,1535216
%N A182387 Numbers k such that 210*k+{11,13,17,19,23,29,31} are 7 consecutive primes.
%C A182387 Subsequence of A182282: a(2)=789=A182282(3), a(3)=5089=A182282(7), etc.
%H A182387 Zak Seidov, <a href="/A182387/b182387.txt">Table of n, a(n) for n = 1..1000</a>
%t A182387 Select[Range[0,1600000],And@@PrimeQ[210 #+{11,13,17,19,23,29,31}]&] (* _Harvey P. Dale_, Mar 04 2013 *)
%Y A182387 Cf. A014561, A182279, A182282.
%K A182387 nonn
%O A182387 1,2
%A A182387 _Zak Seidov_, Apr 27 2012