![]() |
|
|
#1 |
|
1976 Toyota Corona years forever!
"Wayne"
Nov 2006
Saskatchewan, Canada
22×7×167 Posts |
Not sure if this puzzle is new or even interesting...
Given there is NO largest prime number but is there a largest prime number such that each and every digit is also prime (i.e. 2, 3, 5, or 7)? OR what is the largest known such prime? I found: - Sloane A124888 Primes with prime number of only prime digits (i.e. 2,3,5,7). The largest listed there is 27277. - Sloane A152427 Primes with prime digits - However it includes the digit 1(?) Last fiddled with by petrw1 on 2009-12-14 at 22:48 |
|
|
|
|
|
#2 |
|
"William"
May 2003
New Haven
2·7·132 Posts |
There should be LOTS of these. You can use 2,3,5, or 7, so among 100 digit numbers there are 4^100 that use only prime digits. We expect about 1 in 230 (ln(10^100)) to be prime - the expected number grows with each decade.
William Last fiddled with by wblipp on 2009-12-15 at 00:03 |
|
|
|
|
|
#3 |
|
Aug 2006
3·1,993 Posts |
The largest hundred-digit member of the sequence is 7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777573553. The largest thousand-digit member is
I'm slightly more optimistic than wblipp; I expect there are about 8.7616 × 1057 100-digit members of the sequence. |
|
|
|
|
|
#4 |
|
1976 Toyota Corona years forever!
"Wayne"
Nov 2006
Saskatchewan, Canada
10010010001002 Posts |
Hmmm... I didn't expect so many.
I did a quick and dirty test of the first 50 Million primes; partially counting and partially estimating. I figure about half a percent qualify or about 250,000. |
|
|
|
|
|
#5 | |
|
Aug 2006
3·1,993 Posts |
Quote:
The simple heuristic (4/log 10 + 4^2/log 100 + ... + 4^9/log 1000000000) predicts 17,651. My heuristic (basically the same, but dividing by log - 1 and residues mod 10) predicts there are 23,254. I counted 23,169 with Pari: Code:
est(n)=4^n*5/4/(log(10)*n-1) sum(i=1,9,est(i)) sum(i=1,9,4^i/(i*log(10))) works(n)=while(n>9,if(isprime(n%10),n\=10,return(0)));isprime(n) t=0;forprime(p=2,982451653,t+=works(p));t |
|
|
|
|
|
|
#6 | |
|
1976 Toyota Corona years forever!
"Wayne"
Nov 2006
Saskatchewan, Canada
10010010001002 Posts |
Quote:
I counted a few ranges and found that about 1,000 out of each 1,000,000 passed (0.1%) but that about half the ranges had none i.e. ranges that all the primes started with 4, 6, 8 or 9 or had 0,1,4,6,8,9 as the second digit in the entire range. Thanks |
|
|
|
|
|
|
#7 | |
|
Nov 2003
22·5·373 Posts |
Quote:
[as with Mersenne primes] that there should be infinitely many such primes. The following, however, can be proven: While the sum of the reciprocals of all the primes diverges, the sum of the reciprocals of all primes containing just prime digits is convergent. |
|
|
|
|
|
|
#8 | |
|
Aug 2006
3×1,993 Posts |
Quote:
Last fiddled with by CRGreathouse on 2009-12-16 at 19:37 |
|
|
|
|
|
|
#9 |
|
Feb 2006
Denmark
2·5·23 Posts |
The largest known is (10^40950+1)*(10^20055+1)*(10^10374+1)*(10^4955+1)*(10^2507+1)*(10^1261+1)*(3*R(1898)+555531001*10^940-R(958))+1.
It has 82000 digits and was found by David Broadhurst in 2003: http://tech.groups.yahoo.com/group/p...m/message/3846. Remarkably it is a proven prime and was number 486 at the time: http://primes.utm.edu/primes/page.php?id=66729. |
|
|
|
|
|
#10 | |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17×251 Posts |
Quote:
Verification status: PRP The largest ECPP proof on the prime pages is 20562 digits. http://primes.utm.edu/top20/page.php?id=27 Last fiddled with by Mini-Geek on 2009-12-16 at 21:30 |
|
|
|
|
|
|
#11 | ||
|
Feb 2006
Denmark
2·5·23 Posts |
Quote:
Quote:
By the way, the 20562-digit ECPP proof you meantion also says "Verification status: PRP": http://primes.utm.edu/primes/page.php?id=77907. |
||
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Digit strings containing primes | davar55 | Puzzles | 13 | 2018-03-15 14:46 |
| What to do with 16 digit twin, non-Mersenne primes? | RienS | Miscellaneous Math | 15 | 2014-11-18 01:48 |
| 911 Digit Primes Quiz | Stargate38 | Puzzles | 4 | 2011-07-14 12:16 |
| listing 15-digit primes | fivemack | Software | 8 | 2009-10-19 20:22 |
| Twin primes in the 50,000 digit range? | Joshua2 | Math | 15 | 2005-06-11 18:46 |