OFFSET
1,2
COMMENTS
The sequence is finite, with last term a(142) = 620.
LINKS
M. F. Hasler, Table of n, a(n) for n = 1..142
Brennan Benfield and Oliver Lippard, Integers that are not the sum of positive powers, arXiv:2404.08193 [math.NT], 2024. See p. 4.
EXAMPLE
The smallest positive numbers not in the sequence are:
8 = 8 * 1^3, 15 = 2^3 + 7 * 1^3, 22 = 2 * 2^3 + 6 * 1^3,
29 = 3 * 2^3 + 5 * 1^3 and then 34 = 3^3 + 7 * 1^3.
The last 10 terms of the sequence are a(133 .. 142) = {372, 381, 395, 407, 414, 421, 444, 463, 470, 620}.
MATHEMATICA
Select[Range[650], (pr = PowersRepresentations[#, 8, 3][[;; , 1]]) == {} || Max[pr] == 0 &] (* Amiram Eldar, Aug 25 2020 * )
CROSSREFS
KEYWORD
nonn,fini,full
AUTHOR
M. F. Hasler, Aug 24 2020
STATUS
approved