Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A153014 Primes p such that p^2-2 and p^2-2p+2 are also prime. 1
2, 3, 5, 7, 37, 127, 131, 211, 257, 421, 467, 491, 751, 761, 1307, 1321, 1367, 1567, 1861, 2081, 2087, 2137, 2287, 2381, 2647, 2707, 2837, 2897, 3221, 3851, 3911, 3947, 4957, 5087, 5501, 5711, 5857, 6011, 6217, 6221, 6361, 6637, 6911, 8707, 8941, 9127 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Subsequence of A062326.
LINKS
EXAMPLE
For p = 2, p^2-2 = 2 and p^2-2p+2 = 2; for prime p = 491, p^2-2 = 241079 is prime and p^2-2p+2 = 240101 is prime.
MATHEMATICA
Select[Prime[Range[1500]], PrimeQ[#^2 - 2] && PrimeQ[#^2 - 2 # + 2] &] (* Harvey P. Dale, Apr 21 2011 *)
PROG
(Magma) [p: p in PrimesUpTo(9200) | IsPrime(p^2-2) and IsPrime(p^2-2*p+2)];
CROSSREFS
Cf. A062326 (primes p such that p^2-2 is also prime).
Sequence in context: A117639 A202263 A352023 * A100891 A051857 A050654
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Dec 31 2008
EXTENSIONS
Edited, corrected (257 inserted) and extended beyond a(13) by Klaus Brockhaus, Jan 01 2009
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 August 18 23:05 EDT 2024. Contains 375284 sequences. (Running on oeis4.)