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!)
A176870 Prime numbers p such that p-LargestCube is prime, (LargestCube <= p). 3
3, 11, 13, 19, 29, 67, 71, 83, 101, 107, 127, 223, 227, 229, 233, 239, 257, 263, 269, 277, 283, 313, 317, 523, 541, 571, 601, 613, 619, 643, 661, 691, 709, 1013, 1019, 1031, 1061, 1097, 1103, 1109, 1151, 1163, 1181, 1193, 1223, 1229, 1277, 1283, 1307, 1733 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
3-1^3=2, 11-2^3=3, 13-2^3=5, 29-3^3=2,..
LINKS
MATHEMATICA
lst={}; Do[p=n-Floor[n^(1/3)]^3; If[PrimeQ[p]&&PrimeQ[n], AppendTo[lst, n]], {n, 7!}]; lst
Select[Prime[Range[300]], PrimeQ[#-Floor[Surd[#, 3]]^3]&] (* Harvey P. Dale, May 19 2019 *)
CROSSREFS
Sequence in context: A103835 A067386 A063621 * A089152 A066594 A329761
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 19 06:44 EDT 2024. Contains 371782 sequences. (Running on oeis4.)