Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A126334
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A126334 a(n) = p, the lesser of twin primes (p,q=p+2) such that p*q-p-q and p*q+p+q are primes. +0
2
3, 5, 17681, 21377, 21587, 33599, 41201, 41411, 70139, 74759, 84629, 109619, 114197, 130619, 155861, 160481, 174467, 219407, 222977, 223439, 230999, 235787, 243431, 284129, 285641, 287279, 300929, 325079, 373211, 386987, 389297, 397151 (list; graph; listen)
OFFSET

1,1

COMMENT

Or, primes p such that p+2, p^2-2 and 2 + 4*p + p^2 are primes. Intersection of A128550 and A128551.

The number of such p's <= 10^n: 2, 2, 2, 2, 11, 56, 320, 1772, ..., . - Robert G. Wilson v (rgwv(AT)rgwv.com), Mar 11 2007

MATHEMATICA

fQ[n_] := Block[{p = Prime[n], q = Prime[n + 1]}, p + 2 == q && PrimeQ[p*q - p - q] && PrimeQ[p*q + p + q]]; lst = {}; Do[ If[ fQ@n == True, AppendTo[lst, Prime@n]; Print@ Prime@n], {n, 39055}] - Robert G. Wilson v (rgwv(AT)rgwv.com), Mar 11 2007

CROSSREFS

Cf. A096342, A126148, A128547, A128548, A128550, A128551.

Sequence in context: A062655 A090807 A138154 this_sequence A068635 A071105 A104613

Adjacent sequences: A126331 A126332 A126333 this_sequence A126335 A126336 A126337

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)gmail.com), Mar 10 2007

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Mar 11 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 23 17:35 EDT 2008. Contains 142285 sequences.


AT&T Labs Research