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!)
A145317 Numbers n such that prime[(n + 1)^2] - prime[n^2] is a perfect cube. 0
79, 10288, 16181, 306998, 394021 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
n such that A011757(n + 1) - A011757(n) is a perfect cube
LINKS
EXAMPLE
p1=prime[(n + 1)^2], p= prime[n^2], p1-p2=q^3: n = 79, p1 = 63809, p = 62081, q = 12; n = 10288, p1 = 2163941687, p = 2163502711, q = 76; n = 16181, p1 = 5602364903, p = 5601635903, q = 90; n = 306998, p1=2596139184841, p = 2596121608841, q = 260. n = 394021, p1 = 4357072887373, p = 4357049981069, q = 284. Next n, if any, is > 500000.
MATHEMATICA
Select[Range[400000], IntegerQ[(Prime[(#+1)^2]-Prime[#^2])^(1/3)]&] (* Harvey P. Dale, Dec 13 2012 *)
CROSSREFS
A145290 prime[(n + 1)^2] - prime[n^2] is a perfect square, A011757 prime(n^2).
Sequence in context: A116235 A123814 A265446 * A363515 A251365 A023343
KEYWORD
nonn
AUTHOR
Zak Seidov, Oct 07 2008
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 July 15 21:59 EDT 2024. Contains 374334 sequences. (Running on oeis4.)