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