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.

Previous Showing 11-15 of 15 results.

A142212 Primes congruent to 15 mod 41.

Original entry on oeis.org

97, 179, 1163, 1327, 1409, 1901, 2311, 2393, 2557, 2803, 3049, 3541, 3623, 5099, 5591, 6247, 6329, 7477, 7559, 7723, 8297, 8461, 8543, 8707, 9199, 9281, 10429, 11003, 11987, 12479, 12889, 13217, 13381, 13463, 13627, 13709, 13873, 14447, 14939, 15349, 15923
Offset: 1

Views

Author

N. J. A. Sloane, Jul 11 2008

Keywords

Crossrefs

Programs

Formula

a(n) ~ 40n log n. - Charles R Greathouse IV, Jul 02 2016

A142213 Primes congruent to 16 mod 41.

Original entry on oeis.org

139, 467, 631, 877, 1123, 1451, 1697, 1861, 2927, 3583, 3911, 4157, 4567, 4649, 4813, 5059, 5387, 5879, 6043, 6781, 6863, 7027, 7109, 8011, 8093, 8831, 9241, 9323, 9733, 10061, 10799, 11701, 11783, 13177, 13259, 13669, 13751, 13997, 14243, 14407, 14489
Offset: 1

Views

Author

N. J. A. Sloane, Jul 11 2008

Keywords

Crossrefs

Programs

Formula

a(n) ~ 40n log n. - Charles R Greathouse IV, Jul 02 2016

A100494 Primes of the form 47*k + 3.

Original entry on oeis.org

3, 97, 191, 379, 661, 1319, 1601, 1789, 2447, 2729, 2917, 3011, 4139, 4327, 4421, 4703, 5737, 6113, 6301, 6959, 7523, 7993, 8087, 8369, 8839, 8933, 9403, 9497, 9967, 10061, 10343, 10531, 11471, 11941, 13163, 13633, 14009, 14197, 14479, 15137
Offset: 1

Views

Author

Jun Mizuki (suzuki32(AT)sanken.osaka-u.ac.jp), Jan 11 2005

Keywords

Crossrefs

Programs

  • Magma
    [a: n in [0..400] | IsPrime(a) where a is 47*n+3 ]; // Vincenzo Librandi, Jul 18 2012
    
  • Mathematica
    Select[47 Range[0,500]+3, PrimeQ] (* Harvey P. Dale, Feb 26 2011 *)
  • SageMath
    [47*n+3 for n in (0..500) if is_prime(47*n+3)] # G. C. Greubel, Apr 03 2023

A142202 Primes congruent to 5 mod 41.

Original entry on oeis.org

5, 251, 661, 743, 907, 1153, 1399, 1481, 1973, 2137, 2383, 2711, 2957, 3121, 3203, 3449, 3613, 4597, 4679, 5171, 5417, 5581, 5827, 6073, 7057, 7549, 7877, 8123, 8287, 8369, 8779, 8861, 10009, 10091, 10337, 10501, 10993, 11239, 11321, 11731, 11813, 13043
Offset: 1

Views

Author

N. J. A. Sloane, Jul 11 2008

Keywords

Crossrefs

Programs

Formula

a(n) ~ 40n log n. - Charles R Greathouse IV, Jul 03 2016

A142203 Primes congruent to 6 mod 41.

Original entry on oeis.org

47, 211, 293, 457, 1031, 1277, 1523, 1933, 2179, 2671, 2753, 2917, 2999, 3163, 3491, 4229, 4639, 4721, 4967, 5623, 5869, 6197, 6361, 6607, 6689, 7591, 7673, 7919, 8329, 8821, 9067, 9887, 10133, 10789, 11117, 11527, 12101, 12347, 12511, 12757, 13003, 13249
Offset: 1

Views

Author

N. J. A. Sloane, Jul 11 2008

Keywords

Crossrefs

Programs

Formula

a(n) ~ 40n log n. - Charles R Greathouse IV, Jul 03 2016
Previous Showing 11-15 of 15 results.