# 03-esercizio f = function (x) (4*x^2+11*x+14)%%20 for (i in 0:19) {cat(i,f(i),'\n')}