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.

A140842 Primes of the form 210k + 17.

Original entry on oeis.org

17, 227, 647, 857, 1277, 1487, 1697, 1907, 2957, 3167, 3797, 4007, 4217, 4637, 5477, 5897, 6317, 6737, 6947, 7577, 8627, 8837, 9257, 9467, 9677, 9887, 10937, 11777, 11987, 12197, 13037, 13457, 13877, 14087, 14717, 15137, 15767, 16187, 16607
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Jul 04 2008

Keywords

Crossrefs

Programs

  • Magma
    [ a: n in [0..900] | IsPrime(a) where a is 210*n+17] // Vincenzo Librandi, Nov 24 2010
  • Mathematica
    Select[17 + 210 Range[0, 100], PrimeQ] (* T. D. Noe, Apr 27 2010 *)

Extensions

Extended by several contributors, Apr 29 2010