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.

Showing 1-2 of 2 results.

A215170 Primes congruent to {2, 5} mod 19.

Original entry on oeis.org

2, 5, 43, 59, 97, 157, 173, 211, 233, 271, 347, 401, 439, 461, 499, 613, 727, 743, 857, 971, 1009, 1031, 1069, 1123, 1237, 1259, 1297, 1373, 1427, 1487, 1579, 1601, 1693, 1753, 1867, 1997, 2111, 2339, 2377, 2399, 2437, 2551, 2719, 2741, 2833, 2909, 2969
Offset: 1

Views

Author

Vincenzo Librandi, Aug 06 2012

Keywords

Crossrefs

Programs

  • Magma
    [ p: p in PrimesUpTo(3000) | p mod 19 in {2, 5} ];
  • Mathematica
    Select[Prime[Range[3000]],MemberQ[{2,5},Mod[#,19]]&]

A141880 Primes congruent to 15 mod 19.

Original entry on oeis.org

53, 167, 281, 433, 509, 547, 661, 1117, 1193, 1231, 1307, 1459, 1801, 1877, 2029, 2143, 2333, 2371, 2447, 2713, 2789, 2903, 3169, 3359, 3511, 3701, 3739, 3853, 3929, 3967, 4157, 4271, 4423, 4651, 4993, 5107, 5297, 5449, 5563, 5639, 5791, 5867, 5981, 6133
Offset: 1

Views

Author

N. J. A. Sloane, Jul 11 2008

Keywords

Crossrefs

Programs

Formula

a(n) ~ 18n log n. - Charles R Greathouse IV, Jul 03 2016
Showing 1-2 of 2 results.