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!)
A176871 Prime numbers p such that p-q^3 is a prime number, (q is a prime number, q^3=LargestCube, LargestCube <= p). 1
11, 13, 19, 29, 127, 24391, 357913, 571789 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
3-1^3=2, 11-2^3=3, 13-2^3=5, 19-2^3=11, 29-3^3=2, 127-5^3=2,..
LINKS
MATHEMATICA
lst={}; Do[q=Floor[n^(1/3)]; p=n-q^3; If[PrimeQ[p]&&PrimeQ[n]&&PrimeQ[q], AppendTo[lst, n]], {n, 2*9!}]; lst
CROSSREFS
Sequence in context: A321891 A153421 A050265 * A092402 A081983 A081984
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 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)