![]() |
![]() |
#1 |
Jan 2007
Germany
2·3·103 Posts |
![]()
Hello members !
Tony Forbes told me, from sep. 21 is the old "prime k-tuplet" page frozen by google. He ask me for taking over his work. Yes, today I bought a new domain. I will try to carry on his layout. New link: www.pzktupel.de\ktuplets.htm So all future results or records to me. best wishes Norman |
![]() |
![]() |
![]() |
#2 |
Romulan Interpreter
"name field"
Jun 2011
Thailand
10,273 Posts |
![]()
Nice one, good luck!
A small observation, the term "first appearance", used a lot there, is somehow confuse (and misleading), for sure most of those are not "first appearances" (i.e. there are a lot of smaller primes of the same size, for almost all those in the tables). It seems you use the term as the earliest date of discovery, or something. All those cases should bear an asterisk or footnote saying so. Last fiddled with by LaurV on 2021-08-20 at 09:12 |
![]() |
![]() |
![]() |
#3 |
Jan 2007
Germany
11528 Posts |
![]()
You mean "first known appearances" is better ?
"first appearances" is take over |
![]() |
![]() |
![]() |
#4 |
"Mark"
Apr 2003
Between here and the
2·72·71 Posts |
![]()
Could you add details on software that can be used (and how to use it) for finding tuplets? I think that many people would be interested in finding new records. A few might actually be interested in improving the speed of the software used to find them.
|
![]() |
![]() |
![]() |
#5 | |
Romulan Interpreter
"name field"
Jun 2011
Thailand
10,273 Posts |
![]() Quote:
Code:
firstTwins(fromDigit=1, toDigit=200)= { for(n=0,toDigit-fromDigit, q=1; forprime(p=10^(fromDigit+n-1),10^(fromDigit+n), if(p-q == 2, if(q == 3, print("Found 1 digit: 10^0+3 + {0,2}"), print("Found "fromDigit+n" digits: 10^"fromDigit+n-1"+"q-10^(fromDigit+n-1)" + {0,2}") ); break ); q = p ) ); } gp > firstTwins(100,110) Found 100 digits: 10^99+6001 + {0,2} Found 101 digits: 10^100+35737 + {0,2} Found 102 digits: 10^101+139201 + {0,2} Found 103 digits: 10^102+106759 + {0,2} Found 104 digits: 10^103+29659 + {0,2} Found 105 digits: 10^104+3457 + {0,2} Found 106 digits: 10^105+113617 + {0,2} Found 107 digits: 10^106+94789 + {0,2} Found 108 digits: 10^107+52819 + {0,2} Found 109 digits: 10^108+66517 + {0,2} Found 110 digits: 10^109+35371 + {0,2} gp > ## *** last result computed in 6,876 ms. gp > nextprime(10^156)-10^156 % = 451 gp > firstTwins(157,157) Found 157 digits: 10^156+10489 + {0,2} gp > Last fiddled with by LaurV on 2021-08-21 at 11:27 |
|
![]() |
![]() |
![]() |
#6 | |
Dec 2008
you know...around...
24×53 Posts |
![]()
Gute Arbeit!
![]() Quote:
Then you may add "first appearances of ... digits", as you have also calculated them, as well, maybe with a link to your detailed list "smallest-n-digit-prime-k-tuplets". |
|
![]() |
![]() |
![]() |
#7 | |
Jan 2007
Germany
2×3×103 Posts |
![]() Quote:
I will not change the wording of T. Forbes, but I have extended under "27." a link to the smallest k-tuplet session. http://www.pzktupel.de/ktuplets BTW, today I found the second kind of "smallest googol prime 10-tuplet". So the pair is now known. |
|
![]() |
![]() |
![]() |
#8 |
Jan 2007
Germany
2×3×103 Posts |
![]()
Okay, I changed it now into "Early discovery"
and took other colors. http://www.pzktupel.de/ktuplets I hope it is correct now. Norman |
![]() |
![]() |
![]() |
#9 |
Romulan Interpreter
"name field"
Jun 2011
Thailand
10,273 Posts |
![]()
Nice. I love the "smallest tuples" list, the only observation is that you should put the "last updated" text at the beginning, and not at the end. That's for us, so you won't force the reader to go to the end (when I open the page I should see immediately if there was any update, and don't waste my time), but also for you
![]() ![]() Last fiddled with by LaurV on 2021-08-27 at 04:25 |
![]() |
![]() |
![]() |
#10 |
Jan 2007
Germany
2×3×103 Posts |
![]()
>> "last updated" text at the beginning, and not at the end.
>> the 2012 can't be right... @LaurV Where exactly ? |
![]() |
![]() |
![]() |
#11 |
Romulan Interpreter
"name field"
Jun 2011
Thailand
282116 Posts |
![]()
See? Told you! It is difficult to find even for yourself
![]() Here, linked from here, section 23, "Odds and Ends". (I didn't go through all the site yet, but that will come, trust me, hehe). Very good work! Last fiddled with by LaurV on 2021-08-27 at 09:36 |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
smallest n-digit prime k-tuplet | Cybertronic | And now for something completely different | 80 | 2022-11-09 15:06 |
Web page tweaks | Prime95 | PrimeNet | 4 | 2019-10-27 06:30 |
Prime curio publishe on Chris Caldwell page | enzocreti | enzocreti | 2 | 2019-04-06 21:37 |
CPU page request | sixblueboxes | PrimeNet | 3 | 2014-04-11 14:23 |
Anyone else expecting a new prime 19-tuplet? | mart_r | Lounge | 3 | 2009-01-14 01:18 |