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.

A046133 Primes p such that p + 12 is also prime.

Original entry on oeis.org

5, 7, 11, 17, 19, 29, 31, 41, 47, 59, 61, 67, 71, 89, 97, 101, 127, 137, 139, 151, 167, 179, 181, 199, 211, 227, 229, 239, 251, 257, 269, 271, 281, 337, 347, 367, 389, 397, 409, 419, 421, 431, 449, 467, 479, 487, 491, 509, 557, 587, 601, 607, 619, 631, 641
Offset: 1

Views

Author

Keywords

Comments

Using the Elliott-Halberstam conjecture, Maynard proves that there are an infinite number of primes here. - T. D. Noe, Nov 26 2013

References

  • P. D. T. A. Elliott and H. Halberstam, A conjecture in prime number theory, Symposia Mathematica, Vol. IV (INDAM, Rome, 1968/69), pages 59-72, Academic Press, London, 1970.

Crossrefs

Different from A015917.

Programs

Formula

a(n) >> n log^2 n. \\ Charles R Greathouse IV, Apr 28 2015