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!)
A174281 Primes p such that 20*p^2+32*p+13 is also prime. 1
2, 5, 7, 17, 19, 23, 29, 47, 73, 83, 89, 97, 107, 113, 127, 137, 149, 163, 197, 227, 229, 233, 239, 257, 269, 307, 359, 367, 373, 379, 439, 449, 557, 569, 619, 647, 673, 727, 739, 769, 797, 827, 877, 883, 919, 977, 983, 997, 1009, 1033, 1039, 1087, 1117, 1123 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
For p=2, 20*2^2+32*2+13=157; p=5, 20*5^2+32*5+13=673.
MATHEMATICA
Select[Prime[Range[200]], PrimeQ[20 #^2 + 32 # + 13]&] (* Vincenzo Librandi, Apr 16 2013 *)
PROG
(Magma) [p: p in PrimesUpTo(2000)| IsPrime(20*p^2+32*p+13)];
CROSSREFS
Cf. A154414.
Sequence in context: A101150 A276322 A337986 * A301916 A038875 A019334
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 15 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 27 07:58 EDT 2024. Contains 372009 sequences. (Running on oeis4.)