|
| |
|
|
A100291
|
|
Numbers of the form a^4 + b^3 with a,b>0.
|
|
2
|
|
|
|
2, 9, 17, 24, 28, 43, 65, 80, 82, 89, 108, 126, 141, 145, 206, 217, 232, 257, 264, 283, 297, 320, 344, 359, 381, 424, 472, 513, 528, 593, 599, 626, 633, 652, 689, 730, 745, 750, 768, 810, 841, 968, 985, 1001, 1016, 1081, 1137, 1256, 1297, 1304, 1323, 1332
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Vincenzo Librandi, Table of n, a(n) for n = 1..10000
|
|
|
MATHEMATICA
|
lst={}; Do[p=a^4+b^3; If[p<2000, AppendTo[lst, p]], {a, 64}, {b, 256}]; Union[lst]
|
|
|
CROSSREFS
|
Cf. A100271 (primes of the form a^4 + b^3).
Sequence in context: A200944 A137189 A028503 * A083419 A126082 A083707
Adjacent sequences: A100288 A100289 A100290 * A100292 A100293 A100294
|
|
|
KEYWORD
|
nonn
|
|
|
AUTHOR
|
T. D. Noe, Nov 18 2004
|
|
|
STATUS
|
approved
|
| |
|
|