I have the following code:
ParallelTable[
If[IntegerQ@Sqrt[80892036 + 17994 x (1 + x) (-5995 + 5998 x)], x,
Nothing], {x, 6694300, 31072325}]
It uses 6 kernels to compute the result. Is it possible to speed it further up, by for example using more kernels?
Table/ParallelTableautomatically if possible). – Henrik Schumacher Jan 10 '20 at 11:07