mersenneforum.org  

Go Back   mersenneforum.org > Math Stuff > Computer Science & Computational Number Theory

Reply
 
Thread Tools
Old 2015-09-06, 19:58   #1
kwalisch
 
kwalisch's Avatar
 
Sep 2015

23·3 Posts
Default New confirmed pi(10^27),... pi(10^29) prime counting function records

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
kwalisch is offline   Reply With Quote
Old 2015-09-06, 20:36   #2
danaj
 
"Dana Jacobsen"
Feb 2011
Bangkok, TH

2·5·7·13 Posts
Default

danaj is offline   Reply With Quote
Old 2015-09-06, 21:04   #3
bsquared
 
bsquared's Avatar
 
"Ben"
Feb 2007

22×941 Posts
Default

Nice work!
bsquared is offline   Reply With Quote
Old 2015-09-07, 12:51   #4
ldesnogu
 
ldesnogu's Avatar
 
Jan 2008
France

10010101002 Posts
Default

Great! Congratulations
ldesnogu is offline   Reply With Quote
Old 2015-09-08, 12:27   #5
D. B. Staple
 
D. B. Staple's Avatar
 
Nov 2007
Halifax, Nova Scotia

5610 Posts
Default

Nice work, Kim!
D. B. Staple is offline   Reply With Quote
Old 2015-09-08, 13:47   #6
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

2×5×719 Posts
Default

rogue is offline   Reply With Quote
Old 2016-06-01, 00:22   #7
dbaugh
 
dbaugh's Avatar
 
Aug 2005

11110012 Posts
Default result verified

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
dbaugh is offline   Reply With Quote
Old 2016-06-01, 07:24   #8
kwalisch
 
kwalisch's Avatar
 
Sep 2015

23×3 Posts
Default pi(10^27) verified!

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
kwalisch is offline   Reply With Quote
Old 2016-06-01, 20:02   #9
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

22×3×499 Posts
Default

Fantastic! I've updated the OEIS entry https://oeis.org/A006880.
CRGreathouse is offline   Reply With Quote
Old 2016-06-01, 21:07   #10
kwalisch
 
kwalisch's Avatar
 
Sep 2015

23×3 Posts
Default

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 ;-)
kwalisch is offline   Reply With Quote
Old 2016-06-01, 21:40   #11
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

22·3·499 Posts
Default

Quote:
Originally Posted by kwalisch View Post
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 ;-)
Welcome to the OEIS! Let me know if you need anything.
CRGreathouse is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
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

All times are UTC. The time now is 02:21.


Sun May 28 02:21:47 UTC 2023 up 282 days, 23:50, 0 users, load averages: 1.13, 1.46, 1.39

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.

≠ ± ∓ ÷ × · − √ ‰ ⊗ ⊕ ⊖ ⊘ ⊙ ≤ ≥ ≦ ≧ ≨ ≩ ≺ ≻ ≼ ≽ ⊏ ⊐ ⊑ ⊒ ² ³ °
∠ ∟ ° ≅ ~ ‖ ⟂ ⫛
≡ ≜ ≈ ∝ ∞ ≪ ≫ ⌊⌋ ⌈⌉ ∘ ∏ ∐ ∑ ∧ ∨ ∩ ∪ ⨀ ⊕ ⊗ 𝖕 𝖖 𝖗 ⊲ ⊳
∅ ∖ ∁ ↦ ↣ ∩ ∪ ⊆ ⊂ ⊄ ⊊ ⊇ ⊃ ⊅ ⊋ ⊖ ∈ ∉ ∋ ∌ ℕ ℤ ℚ ℝ ℂ ℵ ℶ ℷ ℸ 𝓟
¬ ∨ ∧ ⊕ → ← ⇒ ⇐ ⇔ ∀ ∃ ∄ ∴ ∵ ⊤ ⊥ ⊢ ⊨ ⫤ ⊣ … ⋯ ⋮ ⋰ ⋱
∫ ∬ ∭ ∮ ∯ ∰ ∇ ∆ δ ∂ ℱ ℒ ℓ
𝛢𝛼 𝛣𝛽 𝛤𝛾 𝛥𝛿 𝛦𝜀𝜖 𝛧𝜁 𝛨𝜂 𝛩𝜃𝜗 𝛪𝜄 𝛫𝜅 𝛬𝜆 𝛭𝜇 𝛮𝜈 𝛯𝜉 𝛰𝜊 𝛱𝜋 𝛲𝜌 𝛴𝜎𝜍 𝛵𝜏 𝛶𝜐 𝛷𝜙𝜑 𝛸𝜒 𝛹𝜓 𝛺𝜔