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!)
A175205 Primes p such that p^6-p^3+1 is also prime. 1
7, 73, 271, 367, 379, 397, 739, 823, 859, 1291, 1297, 1627, 1747, 2083, 2203, 2221, 2269, 2311, 3067, 3079, 3109, 3163, 3463, 3607, 3733, 3907, 4093, 4339, 4603, 4933, 5077, 5431, 5527, 5821, 5869, 6091, 6301, 6373, 6421, 6529, 6883, 7927, 7951, 8011, 8467, 8689, 8737 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
A000040 INTERSECT A164989.
MATHEMATICA
Select[Prime[Range[2000]], PrimeQ[#^6 - #^3 + 1]&] (* Vincenzo Librandi, Apr 16 2013 *)
PROG
(PARI) forprime(p=2, 10000, if(isprime(p^6-p^3+1), print1(p, ", ")))
(Magma) [p: p in PrimesUpTo(9000) | IsPrime(p^6-p^3+1)]; // Vincenzo Librandi, Apr 16 2013
CROSSREFS
Subsequence of A002476.
Sequence in context: A012049 A012158 A139966 * A027017 A076106 A202042
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Dec 03 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 16 18:51 EDT 2024. Contains 371750 sequences. (Running on oeis4.)