OFFSET
1,2
COMMENTS
Complement of A167703.
1922 is the largest of positive integers not in this sequence.
LINKS
EXAMPLE
139 is in the sequence because 139 = 9 + 49 + 81 = 3^2 + 7^2 + 9^2.
MATHEMATICA
max = 253; f[x_] := Product[1 + x^(2 k + 1)^2, {k, 0, 10}]; Exponent[#, x] & /@ List @@ Normal[Series[f[x], {x, 0, max}]] // Rest
CROSSREFS
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jul 25 2017
STATUS
approved