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.

Original entry on oeis.org

0, 7, 789, 1553, 3148, 4869, 5089, 5935, 6959, 9132, 14566, 19790, 20087, 26319, 39734, 48259, 56024, 56669, 62211, 74861, 75048, 88116, 89223, 91093, 91483, 95476, 100172, 113159, 122183, 130160, 152125, 160557, 163247, 164501, 167811, 176585, 187771, 189250
Offset: 1

Views

Author

Zak Seidov, Apr 23 2012

Keywords

Crossrefs

Programs

  • Maple
    a(3)=789=A182279(11)/7, a(4)=1553=A182279(18)/7.
  • Mathematica
    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 *)