fixing one prime

LaTeX4Web 1.4 OUTPUT Regarding the problem explained in the section "An open problem", we compute the percentage of integers until 10,000 that satisfy Condition 1 fixing one prime to be 2, 3, 5, 7 and 11. Here we provide the code that returns how many integers smaller than n do not satisfy Condition 1 if we fix one prime. It is possible to change the fixed prime, named aa in the code, by just changing it in the code (note that if we want one prime to be 2, then aa has to be 0 because it is the 0th prime. 3 is the 1th prime, and so on. Also, we use the BigInt library for large numbers that can be downloaded in the following page: https://mattmccutchen.net/bigint/.
fixingp.txt fixingp.txt
Size : 2.98 Kb
Type : txt

The following table shows the number of integers below 10,000 that do not satisfy Condition 1 fixing one prime to be 2, 3, 5, 7 and 11 respectively. It also shows the percentage of integers satisfying Condition 1 fixing each prime.

The following figure shows the percentage of integers until 10,000 that satisfy Condition 1 depending on the fixed prime.