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!)
A250716 Primes of the form 3^x + y^3 with x, y >0. 1
11, 17, 67, 73, 89, 251, 307, 521, 593, 1009, 2251, 2699, 2753, 3187, 4099, 4177, 4339, 4931, 6569, 7561, 8009, 8081, 8243, 10651, 10657, 10729, 10891, 14561, 17209, 17579, 17657, 19763, 21961, 24137, 28513, 32771, 39313, 41491, 54881, 57059, 59113 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
67 is in this sequence because 67 is prime and 3^1+4^3 = 67.
521 is in this sequence because 521 is prime and 3^2+8^3 = 521.
MATHEMATICA
f[x_, y_]:= 3^x+y^3; lst={}; Do[p=f[x, y]; If[PrimeQ[p], AppendTo[lst, p]], {y, 50}, {x, 50}]; Take[Union[lst], 50]
CROSSREFS
Sequence in context: A242244 A228031 A324795 * A244853 A102870 A136721
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Nov 27 2014
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 November 29 13:27 EST 2023. Contains 367445 sequences. (Running on oeis4.)