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.

A136053 Daughter primes of order 4.

Original entry on oeis.org

3, 5, 13, 19, 23, 31, 43, 59, 61, 71, 83, 103, 113, 131, 163, 173, 181, 199, 223, 229, 233, 239, 241, 251, 281, 283, 311, 331, 353, 409, 433, 439, 463, 499, 503, 541, 563, 569, 619, 643, 653, 659, 691, 701, 709, 743, 761, 773, 853, 859, 863, 911, 919, 929, 941
Offset: 1

Views

Author

Artur Jasinski, Dec 12 2007

Keywords

Comments

For smallest daughter primes of order n see A136019 (also definition). For daughter primes of order 1 see A088878. For daughter primes of order 2 see A136051. For daughter primes of order 3 see A136052.

Crossrefs

Programs

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