![]() |
![]() |
#1 |
Sep 2015
23·3 Posts |
![]()
I am happy to announce that David Baugh and I have computed the number
of primes below 10^27, the result is: pi(10^27) = 16,352,460,426,841,680,446,427,399 The computation was performed using an unpublished version of my primecount program with backup functionality. primecount counts primes using a highly optimized parallel implementation of the Deleglise-Rivat algorithm (combinatorial method). The computation took 23.03 CPU core years and the peak memory usage was 235 gigabytes. Half of the computations were run on multiple EC2 spot instances of type r3.8xlarge (16 CPU cores, Intel Xeon E5-2670 v2). The other half (the computation of the hard special leaves) was run on David's dual socket server (36 CPU cores, Intel Xeon E5-2699 v3). Our result passes the parity check and the result is also very close to Riemann R(10^27) i.e.: | R(10^27) - 16,352,460,426,841,680,446,427,399 | < sqrt(10^27) / log(10^27) We will start a full verification shortly by recalculating pi(10^27) a second time using different configuration parameters. We expect this verification to take about 5 months. We'd like to thank J&N Computer Services for giving a discount on David's BigRig server and Shabir Ali for granting free access on his backup server. Regards, Kim Walisch Last fiddled with by kwalisch on 2015-09-06 at 20:11 Reason: Add link to primecount website |
![]() |
![]() |
![]() |
#2 |
"Dana Jacobsen"
Feb 2011
Bangkok, TH
2·5·7·13 Posts |
![]() ![]() |
![]() |
![]() |
![]() |
#3 |
"Ben"
Feb 2007
22×941 Posts |
![]()
Nice work!
|
![]() |
![]() |
![]() |
#4 |
Jan 2008
France
10010101002 Posts |
![]()
Great! Congratulations
![]() |
![]() |
![]() |
![]() |
#5 |
Nov 2007
Halifax, Nova Scotia
5610 Posts |
![]()
Nice work, Kim!
|
![]() |
![]() |
![]() |
#6 |
"Mark"
Apr 2003
Between here and the
2×5×719 Posts |
![]() ![]() |
![]() |
![]() |
![]() |
#7 |
Aug 2005
11110012 Posts |
![]()
Last December Kim Walisch and I started a verification run of pi(1e27) using different initial conditions. Kim completed the last piece of the verification calculation of pi(1e27) on May 31, 2016 at 23:00 Luxembourg time. Along with the pieces I finished computing on May 9 , we can now say that our original value for pi(1e27) has been verified. The latest version of primecount is even faster than when we first calculated pi(1e27). I am sure Kim will be providing more details.
Best regards, David Baugh |
![]() |
![]() |
![]() |
#8 |
Sep 2015
23×3 Posts |
![]()
After roughly 5 months of computation David Baugh and myself have verified pi(10^27):
pi(10^27) = 16,352,460,426,841,680,446,427,399 This time the computation took 20.35 CPU core years, this is 11.6% faster than our first computation. The speed up comes from primecount improvements, particularly I have added pre-sieving and wheel factorization to primecount's sieving algorithms. Below are the details of the verification: Code:
x = 1000000000000000000000000000 y = 231112254739 pi(y) = 9199337709 P2 = 4743234949871865833944278 S1 = 45739379279637813150 S2_trivial = 42247262851521121201 S2_easy = 4453498620247012088893172 S2_hard = 16642108769824393833206446 S2 = S2_trivial + S2_easy + S2_hard pi(x) = S1 + S2 + pi(y) - 1 - P2 pi(x) = 16352460426841680446427399 |
![]() |
![]() |
![]() |
#9 |
Aug 2006
22×3×499 Posts |
![]()
Fantastic! I've updated the OEIS entry https://oeis.org/A006880.
|
![]() |
![]() |
![]() |
#10 |
Sep 2015
23×3 Posts |
![]()
Thanks, I actually created an account on OEIS earlier today in order to submit it. But you have been faster. So I hope I can use my OEIS account in near future for submitting new prime sum records ;-)
|
![]() |
![]() |
![]() |
#11 |
Aug 2006
22·3·499 Posts |
![]() |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Prime counting function records | D. B. Staple | Computer Science & Computational Number Theory | 50 | 2020-12-16 07:24 |
The prime counting function | R2357 | Math | 2 | 2020-10-09 22:20 |
The prime counting function conjecture | jrsousa2 | Miscellaneous Math | 3 | 2020-09-13 04:04 |
Prime counting function | Steve One | Miscellaneous Math | 20 | 2018-03-03 22:44 |
Legendre's prime counting function | pbewig | Information & Answers | 0 | 2011-07-14 00:47 |