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.

A140849 Primes of the form 210k + 43.

Original entry on oeis.org

43, 463, 673, 883, 1093, 1303, 1723, 1933, 2143, 3613, 3823, 4243, 4663, 5503, 5923, 6133, 6343, 6553, 6763, 7393, 7603, 8233, 8443, 8863, 9283, 10333, 10753, 11173, 11383, 11593, 12433, 12853, 13063, 13693, 13903, 14323, 14533, 15373, 15583
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Jul 04 2008

Keywords

Crossrefs

Cf. A073102.

Programs

  • Magma
    [ a: n in [0..900] | IsPrime(a) where a is 210*n+43] // Vincenzo Librandi, Nov 24 2010
  • Mathematica
    Select[43+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