(compile(defun f(n)(loop for k to n count(=(gcd k n)1))))(dotimes(x 301)(format t"~A "(f(+ x 10000))))