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!)
A103803 Primes p such that both 2p - 15 and 2p + 15 are primes. 5
11, 13, 19, 23, 29, 37, 41, 43, 47, 61, 71, 83, 89, 107, 113, 127, 139, 149, 191, 197, 223, 281, 293, 331, 379, 419, 421, 461, 463, 491, 499, 503, 523, 569, 593, 601, 653, 719, 733, 769, 797, 811, 821, 839, 881, 887, 1049, 1063, 1129, 1163, 1181, 1213, 1231 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
p, 2p-15 and 2p+15 all are positive and are primes (hence we omit p=2).
MATHEMATICA
Select[Range[11, 2000], PrimeQ[ # ] && PrimeQ[2# + 15] && PrimeQ[2# - 15] &]
Select[Prime[Range[2, 250]], And@@PrimeQ[2#+{15, -15}]&] (* Harvey P. Dale, May 21 2013 *)
PROG
(Magma) [p: p in PrimesUpTo(3200)| IsPrime(2*p+15) and IsPrime(2*p-15) ]; // Vincenzo Librandi, Jan 28 2011
CROSSREFS
Cf. A103802.
Sequence in context: A040150 A214629 A330696 * A188677 A068801 A215504
KEYWORD
nonn
AUTHOR
Zak Seidov, Feb 16 2005
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 March 28 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)