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.

A182282 Numbers n such that 210*n+{11, 13, 17, 19, 23, 29} are 6 consecutive primes.

This page as a plain text file.
%I A182282 #13 Jun 11 2021 19:21:57
%S A182282 0,7,789,1553,3148,4869,5089,5935,6959,9132,14566,19790,20087,26319,
%T A182282 39734,48259,56024,56669,62211,74861,75048,88116,89223,91093,91483,
%U A182282 95476,100172,113159,122183,130160,152125,160557,163247,164501,167811,176585,187771,189250
%N A182282 Numbers n such that 210*n+{11, 13, 17, 19, 23, 29} are 6 consecutive primes.
%H A182282 Zak Seidov, <a href="/A182282/b182282.txt">Table of n, a(n) for n = 1..1000</a>
%p A182282 a(3)=789=A182279(11)/7, a(4)=1553=A182279(18)/7.
%t A182282 Select[Range[0,200000],AllTrue[210#+{11,13,17,19,23,29},PrimeQ]&] (* The program uses the AllTrue function from Mathematica version 10 *) (* _Harvey P. Dale_, Mar 28 2016 *)
%Y A182282 Cf. A014561, A182279.
%K A182282 nonn
%O A182282 1,2
%A A182282 _Zak Seidov_, Apr 23 2012