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.

A140847 Primes of the form 210k + 37.

Original entry on oeis.org

37, 457, 877, 1087, 1297, 2137, 2347, 2557, 2767, 3187, 3607, 4027, 4447, 4657, 5077, 6337, 6547, 6967, 7177, 8017, 8647, 9067, 9277, 9697, 9907, 10957, 11587, 12007, 12637, 13267, 13477, 13687, 14107, 14737, 14947, 15787, 16417, 17047, 17257
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Jul 04 2008

Keywords

Crossrefs

Cf. A073102.

Programs

  • Magma
    [ a: n in [0..90] | IsPrime(a) where a is 210*n+37 ]; // Vincenzo Librandi, Nov 24 2010
  • Mathematica
    Select[37+210Range[0,150],PrimeQ] (* Ray Chandler, Apr 29 2010 *)

Extensions

Extended by Ray Chandler, Apr 29 2010
More terms from Vincenzo Librandi, Apr 28 2010