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.

Original entry on oeis.org

0, 789, 5089, 56669, 75048, 88116, 100172, 122183, 187771, 214298, 322935, 413420, 445838, 593886, 648863, 667224, 736358, 772329, 868588, 888020, 890616, 907211, 945016, 1052954, 1078331, 1106177, 1146724, 1223888, 1432230, 1452437, 1458355, 1509878, 1535216
Offset: 1

Views

Author

Zak Seidov, Apr 27 2012

Keywords

Comments

Subsequence of A182282: a(2)=789=A182282(3), a(3)=5089=A182282(7), etc.

Crossrefs

Programs

  • Mathematica
    Select[Range[0,1600000],And@@PrimeQ[210 #+{11,13,17,19,23,29,31}]&] (* Harvey P. Dale, Mar 04 2013 *)