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.

A136057 Daughter primes of order 8.

Original entry on oeis.org

7, 19, 37, 61, 67, 79, 127, 139, 151, 181, 211, 229, 271, 379, 397, 457, 487, 499, 541, 547, 607, 631, 691, 709, 727, 739, 757, 919, 937, 991, 1009, 1021, 1051, 1117, 1171, 1237, 1279, 1321, 1327, 1399, 1549, 1609, 1621, 1699, 1741, 1747, 1867, 1951, 1999
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. For daughter primes of order 4 see A136053. For daughter primes of order 5 see A136054. For daughter primes of order 6 see A136055 Daughter primes of order 7 see A136056.

Crossrefs

Programs

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