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!)
A100273 Primes of the form a^5 + b^3 with a,b>0. 3
2, 59, 157, 251, 307, 761, 1051, 1367, 1753, 3221, 3407, 3637, 4339, 5869, 7883, 7901, 8243, 9293, 9973, 10891, 12689, 16649, 16871, 17807, 20707, 20903, 22639, 24421, 30631, 35969, 37567, 50651, 59113, 59351, 59561, 60343, 63463, 67049, 69697 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
lst={}; Do[p=a^5+b^3; If[p<100000&&PrimeQ[p], AppendTo[lst, p]], {a, 64}, {b, 1024}]; Union[lst]
With[{nn=100}, Select[#[[1]]^5+#[[2]]^3&/@Tuples[Range[nn], 2], PrimeQ[#]&&#< 70000&]]//Union (* Harvey P. Dale, Jun 20 2023 *)
CROSSREFS
Cf. A100293 (numbers of the form a^5 + b^3).
Sequence in context: A141869 A329551 A153925 * A138982 A142666 A349501
KEYWORD
nonn
AUTHOR
T. D. Noe, Nov 18 2004
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)