OFFSET
1,1
FORMULA
{n: A025443(n) = 7}. - R. J. Mathar, Jun 15 2018
MATHEMATICA
nzsQ[n_]:=Count[IntegerPartitions[n, {4}], _?(FreeQ[#, 0]&&DuplicateFreeQ[#]&&AllTrue[Sqrt[#], IntegerQ]&)]==7; Select[Range[500], nzsQ] (* The program generates the first 20 terms of the sequence. *) (* Harvey P. Dale, Nov 29 2025 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved
