NLOWPRIMES
static int lowprimes[NLOWPRIMES] = {2, 3, 5, 7, 11, 13, 17, 19};
for (i = 0; i < NLOWPRIMES; i++) {