theorem
  (Newton_Coeff n) is FinSequence of NAT
proof
  for k st k in dom(Newton_Coeff n) holds (Newton_Coeff n).k in NAT;
  hence thesis by FINSEQ_2:12;
end;
