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.

A136073 Father primes of order 4.

Original entry on oeis.org

53, 71, 107, 179, 269, 431, 557, 647, 719, 809, 881, 971, 1151, 1187, 1259, 1367, 1511, 1619, 1637, 1907, 2069, 2267, 2447, 2861, 3041, 3581, 3617, 3779, 3797, 4049, 4157, 4211, 4391, 4877, 4931, 5021, 5147, 5399, 5417, 5471, 5939, 6101, 6317, 6389, 6551
Offset: 1

Views

Author

Artur Jasinski, Dec 12 2007

Keywords

Comments

For smallest father primes of order n see A136026 (also definition). For father primes of order 1 see A094524. For father primes of order 2 see A136071. For father primes of order 3 see A136072.

Crossrefs

Programs

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