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!)
A174360 Primes p such that 2*p^2-+15 are also prime. 1
7, 11, 17, 29, 59, 167, 461, 563, 617, 631, 881, 1303, 2437, 2531, 2671, 2999, 3181, 3191, 3343, 3373, 3917, 4049, 4099, 4409, 5443, 5659, 6199, 7193, 7237, 7507, 7529, 7907, 7963, 8123, 8287, 8707, 8999, 9029, 9461, 11087, 11161, 12379, 13523, 13763 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
For p=7, 2*7^2-+15=(83,113); p=11, 2*11^2-+15=(227,257)
MATHEMATICA
Select[Prime[Range[2, 500]], PrimeQ[2 #^2 - 15]&&PrimeQ[2 #^2 + 15]&] (* Vincenzo Librandi, Apr 10 2013 *)
PROG
(Magma) [p: p in PrimesInInterval(3, 15000)|IsPrime(2*p^2-15) and IsPrime(2*p^2+15)];
CROSSREFS
Sequence in context: A063912 A078725 A247478 * A320384 A019418 A068674
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 17 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 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)