OFFSET
1,3
LINKS
T. D. Noe, Table of n, a(n) for n=1..1000
MATHEMATICA
Reap[For[n = 0, n < 1000, n++, If[MatchQ[ PowersRepresentations[n, 6, 4], {{_, _, _, _, _, _}, ___}], Print[n]; Sow[n]]]][[2, 1]] (* Jean-François Alcover, Oct 30 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved