|
| |
|
|
A100271
|
|
Primes of the form a^4 + b^3 with b>0.
|
|
1
| |
|
|
2, 17, 43, 89, 257, 283, 359, 593, 599, 1297, 2213, 2617, 3391, 3631, 4129, 4177, 4721, 6569, 7561, 8081, 8233, 9277, 10343, 10657, 10729, 11273, 12197, 13049, 13463, 14449, 14561, 15641, 15881, 16369, 16921, 17209, 17657, 19699, 22067, 24137
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
MATHEMATICA
| lst={}; Do[p=a^4+b^3; If[p<50000&&PrimeQ[p], AppendTo[lst, p]], {a, 64}, {b, 256}]; Union[lst]
|
|
|
CROSSREFS
| Cf. A002645 (primes of the form a^4 + b^4), A028916 (primes of the form a^4 + b^2), A100291 (numbers of the form a^4 + b^3).
Sequence in context: A096172 A120745 A165637 * A046973 A134784 A023256
Adjacent sequences: A100268 A100269 A100270 * A100272 A100273 A100274
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| T. D. Noe (noe(AT)sspectra.com), Nov 18 2004
|
| |
|
|