S001053


Numbers that are not the sum of 26 nonnegative 5-th powers.

27, 28, 29, 30, 31, 58, 59, 60, 61, 62, 63, 89, 90, 91, 92, 93, 94, 95, 120, 121, 122, 123, 124, 125, 126, 127, 151, 152, 153, 154, 155, 156, 157, 158, 159, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222

1

S001053

There are 88 terms in this sequence, ending with 2999, which means that all numbers greater than 2999 can be written as the sum of 26 nonnegative 5-th powers.

T. D. Noe, Plot of 88 terms

T. D. Noe, Table of 88 terms

Wikipedia, Waring’s problem

(Mma) nn = 6; lim = nn^5; t26 = Table[0, {lim}]; Do[num = i^5 + j^5 + k^5 + l^5 + m^5 + n^5 + o^5 + p^5 + q^5 + r^5 + s^5 + t^5 + u^5 + v^5 + w^5 + x^5 + y^5 + z^5 + a^5 + b^5 + c^5 + d^5 + e^5 + f^5 + g^5 + h^5; If[0 < num <= lim, t26[[num]]++], {i, 0, nn}, {j, i, nn}, {k, j, nn}, {l, k, nn}, {m, l, nn}, {n, m, nn}, {o, n, nn}, {p, o, nn}, {q, p, nn}, {r, q, nn}, {s, r, nn}, {t, s, nn}, {u, t, nn}, {v, u, nn}, {w, v, nn}, {x, w, nn}, {y, x, nn}, {z, y, nn}, {a, z, nn}, {b, a, nn}, {c, b, nn}, {d, c, nn}, {e, d, nn}, {f, e, nn}, {g, f, nn}, {h, g, nn}]; Flatten[Position[t26, 0]]

Cf. S001033-S001060.

nonn,fini

T. D. Noe, Jul 04 2017

© Tony D Noe 2014-2017