The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A155931 Squares s(n) such that cube(n)-square(n)-1 and cube(n)+square(n)+1 are primes. 1
4, 9, 81, 144, 900, 3249, 4356, 7569, 12321, 14400, 38025, 59049, 60516, 77841, 142884, 145161, 186624, 202500, 221841, 230400, 356409, 423801, 576081, 656100, 870489, 974169, 1108809, 1838736, 1855044, 1971216, 1979649, 1988100, 2396304 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
2^3-2^2-1=3;2^3+2^2+1=13, 3^3-3^2-1=17;3^3+3^2+1=37, ...
LINKS
MATHEMATICA
lst={}; Do[c=n^3; s=n^2; p1=c-s-1; p2=c+s+1; If[PrimeQ[p1]&&PrimeQ[p2], AppendTo[lst, s]], {n, 7!}]; lst
#^2&/@Select[Range[1600], AllTrue[#^3+{-#^2-1, #^2+1}, PrimeQ]&] (* Harvey P. Dale, Feb 24 2023 *)
CROSSREFS
Sequence in context: A359654 A061104 A082381 * A309801 A248245 A368629
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 May 19 13:25 EDT 2024. Contains 372694 sequences. (Running on oeis4.)