![]() |
|
|
#1 |
|
"Mark"
Apr 2003
Between here and the
143138 Posts |
Starting with the Smaradache-Wellin sieve, it was relatively easy to turn that into a Copeland-Erdos Constant sieve. You can learn more about them here and their is an OEIS sequence here.
I've also added an CE() function to pfgw to support this. Last fiddled with by rogue on 2015-11-14 at 19:41 |
|
|
|
|
|
#2 |
|
"Mark"
Apr 2003
Between here and the
11·577 Posts |
I have tested up to about CE(150000) which concatenates all primes < 300000. By CE(xx), I mean the Copland-Erdos constant with a length of xx. Nothing new found and continuing
Last fiddled with by rogue on 2015-11-18 at 23:37 |
|
|
|
|
|
#3 | |
|
Oct 2015
19 Posts |
Quote:
In[6]:= Total[IntegerLength[Prime[Range[30000]]]] Out[6]= 168982 |
|
|
|
|
|
|
#4 | |
|
Oct 2015
100112 Posts |
Quote:
|
|
|
|
|
|
|
#5 |
|
"Mark"
Apr 2003
Between here and the
11·577 Posts |
You are comparing apples to oranges. You counted the length of the concatenation of the first 30,000 primes. I was referring to all primes < 300,000, which is less than 30,000 primes.
|
|
|
|
|
|
#6 |
|
"Mark"
Apr 2003
Between here and the
11·577 Posts |
Completed testing all primes < 420000. This covers all Copeland-Erdos numbers in the sequence up to 200,000 decimal digits. No new PRPs and I'm still searching.
|
|
|
|
|
|
#7 |
|
"Mark"
Apr 2003
Between here and the
11×577 Posts |
Completed testing all primes < 550000. This covers all Copeland-Erdos numbers in the sequence up to 264,000 decimal digits. No new PRPs and I'm still searching.
|
|
|
|
|
|
#8 | |
|
Oct 2015
100112 Posts |
Quote:
In[4]:= Total[IntegerLength /@ Prime[Range[PrimePi[550000]]]] Out[4]= 260914 decimal digits. Which is close but smaller than "up to 264,000". What am I missing? |
|
|
|
|
|
|
#9 | |
|
"Forget I exist"
Jul 2009
Dumbassville
20C016 Posts |
Quote:
|
|
|
|
|
|
|
#10 | |
|
"Mark"
Apr 2003
Between here and the
11×577 Posts |
Quote:
|
|
|
|
|
|
|
#11 |
|
"Mark"
Apr 2003
Between here and the
11×577 Posts |
If I've written my code correctly then CE(292447) is PRP. Even if my code isn't correct, it is a fairly large PRP. Could someone please independently verify?
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Erdos numbers | xilman | Lounge | 83 | 2020-12-19 15:03 |
| Erdos-Turan Conjecture. | wildrabbitt | Math | 4 | 2015-09-16 02:40 |
| Mills' Primes, Mills' Constant | Andrew | Computer Science & Computational Number Theory | 1 | 2013-02-17 22:22 |
| Constant n Search | kar_bon | Riesel Prime Data Collecting (k*2^n-1) | 5 | 2009-06-22 23:00 |
| Erdos-Kac Theorem | flouran | Math | 84 | 2009-05-20 21:37 |