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!)
A308269 Primes p such that 2*p^2 + 2*p - 9 is prime. 2
2, 7, 19, 37, 67, 109, 127, 157, 229, 349, 397, 457, 619, 727, 829, 877, 1117, 1129, 1237, 1249, 1279, 1327, 1447, 1459, 1489, 1699, 1777, 1789, 1867, 1879, 1987, 1999, 2179, 2269, 2377, 2389, 2467, 2539, 2647, 2659, 2767, 2857, 2917, 3019, 3109, 3169, 3187, 3217, 3229, 3307, 3319, 3457, 3637 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes p such that 4*p^2 is in A308268.
Other than 2, all terms == 1 (mod 6).
LINKS
EXAMPLE
a(3) = 19 is in the sequence because 19 and 2*19^2 + 2*19 - 9 = 751 are prime.
MAPLE
select(p -> isprime(p) and isprime(2*p^2 + 2*p - 9), [2, seq(i, i=7..1000, 6)]);
MATHEMATICA
Select[Prime[Range[600]], PrimeQ[2#^2+2#-9]&] (* Harvey P. Dale, Jun 14 2021 *)
PROG
(Magma) [p:p in PrimesUpTo(5000)|IsPrime(2*p^2 + 2*p - 9)]; Marius A. Burtea, May 17 2019
CROSSREFS
Cf. A308268.
Sequence in context: A213892 A152608 A334520 * A038562 A140610 A152461
KEYWORD
nonn
AUTHOR
Robert Israel, May 17 2019
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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)