login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A178336 Smaller member of a twin prime pair of the form (k^3 + 2, k^3 + 4). 6
3, 29, 91127, 250049, 328511, 2146691, 47832149, 121287377, 170953877, 194104541, 693154127, 979146659, 1167575879, 1664006627, 5079577961, 6219352721, 8678316377, 10289109377, 10633486601, 13980103931, 17474794877, 28066748321, 28736971049 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
Edmund Landau, Handbuch der Lehre von der Verteilung der Primzahlen, Band I, B. G. Teubner, Leipzig u. Berlin, 1909
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..1000 from Harvey P. Dale)
FORMULA
a(n) = A178337(n)^3 + 2.
EXAMPLE
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.
MATHEMATICA
Select[Range[3100]^3+2, PrimeQ[#]&&PrimeQ[#+2]&] (* Harvey P. Dale, May 26 2012 *)
CROSSREFS
Sequence in context: A156026 A171883 A112981 * A176495 A318971 A082792
KEYWORD
nonn
AUTHOR
Ulrich Krug (leuchtfeuer37(AT)gmx.de), May 25 2010
EXTENSIONS
Keyword:base removed, 2 missing terms inserted by R. J. Mathar, Jun 27 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)