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.

A136062 Mother primes of order 3.

Original entry on oeis.org

29, 43, 71, 113, 127, 197, 211, 281, 421, 463, 491, 547, 617, 673, 701, 743, 757, 883, 911, 953, 967, 1051, 1093, 1163, 1373, 1471, 1583, 1597, 1667, 1877, 1933, 2143, 2213, 2311, 2423, 2437, 2647, 2801, 2857, 2927, 3011, 3067, 3137, 3221, 3347, 3557
Offset: 1

Views

Author

Artur Jasinski, Dec 12 2007

Keywords

Comments

For smallest mother primes of order n see A136020 (also definition). For mother primes of order 1 see A091180. For mother primes of order 2 see A136061.

Crossrefs

Programs

  • Mathematica
    n = 3; a = {}; Do[If[PrimeQ[(Prime[k] + 2n)/(2n + 1)], AppendTo[a, Prime[k]]], {k, 1, 1500}]; a