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!)
A153323 Primes p such that p^3 - 24 and p^3 + 24 are also primes. 1
5, 17, 67, 107, 113, 317, 373, 577, 883, 1163, 1373, 1597, 2333, 3217, 3797, 4787, 6067, 7283, 8363, 8747, 9677, 9967, 10247, 13577, 13697, 13907, 14207, 15973, 16787, 16843, 16937, 17107, 18637, 18757, 20347, 20477, 21323, 21493, 21737 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
fQ[n_]:=PrimeQ[n^3-24]&&PrimeQ[n^3+24]; lst={}; Do[If[fQ@Prime[n], AppendTo[lst, Prime[n]]], {n, 8!}]; lst
PROG
(Magma) [p: p in PrimesUpTo(50000)|IsPrime(p^3-24) and IsPrime(p^3+24)] // Vincenzo Librandi, Jan 30 2011
CROSSREFS
Sequence in context: A273856 A012765 A062613 * A059847 A149678 A149679
KEYWORD
nonn
AUTHOR
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 11:16 EDT 2024. Contains 371967 sequences. (Running on oeis4.)