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.

A178336 Smaller member of a twin prime pair of the form (k^3 + 2, k^3 + 4).

Original entry on oeis.org

3, 29, 91127, 250049, 328511, 2146691, 47832149, 121287377, 170953877, 194104541, 693154127, 979146659, 1167575879, 1664006627, 5079577961, 6219352721, 8678316377, 10289109377, 10633486601, 13980103931, 17474794877, 28066748321, 28736971049
Offset: 1

Views

Author

Ulrich Krug (leuchtfeuer37(AT)gmx.de), May 25 2010

Keywords

Examples

			3 = 1^3+2 = prime(2) and 5 = 1^3+4 = prime(3) are a twin prime pair, so 3 becomes the first term.
91127 = 45^3+2 = prime(8811) and 91129 = 45^3+4 = prime(8812) are a twin prime pair, so 91127 is a term.
		

References

  • Edmund Landau, Handbuch der Lehre von der Verteilung der Primzahlen, Band I, B. G. Teubner, Leipzig u. Berlin, 1909

Crossrefs

Programs

  • Mathematica
    Select[Range[3100]^3+2,PrimeQ[#]&&PrimeQ[#+2]&] (* Harvey P. Dale, May 26 2012 *)

Formula

a(n) = A178337(n)^3 + 2.

Extensions

Keyword:base removed, 2 missing terms inserted by R. J. Mathar, Jun 27 2010