mata n=0 do { printf("%f\n",++n) } while (mod(n,6)) end