mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   News (https://www.mersenneforum.org/forumdisplay.php?f=151)
-   -   (M48) NEW MERSENNE PRIME! LARGEST PRIME NUMBER DISCOVERED! (https://www.mersenneforum.org/showthread.php?t=17704)

chalsall 2013-02-05 15:16

Congratulations to everyone involved!!! :smile:

If anyone wants to help get the announcement on Slasdot (and have a Slashdot account) please go to [URL="http://slashdot.org/recent"]http://slashdot.org/recent[/URL] and "+" the "New largest known prime number found: 2^57,885,161-1" story.

I submitted the first paragraph of George's press release anonymously.

ATH 2013-02-05 15:27

[QUOTE=Jeff Gilchrist;326661]I just finished my Prime95 AVX double check and it also reports PRIME! Hopefully one of the non-Prime95 runs will finish soon for extra-extra confirmation.[/QUOTE]

You completed this just 112.5 hours after it was found which is 7.0ms/iteration at the most. Which processor do you have? How many threads it use?

How long after 23:30 UTC when it was found did you start your run?

aketilander 2013-02-05 15:29

Computer and processor?
 
Which computer and processer was used for the discovery?

Xyzzy 2013-02-05 15:42

If our (not-so-elegant) programming is correct, every six digit string is present in the decimal expansion.
[CODE]#!/usr/bin/perl -w
use strict;
my $line;
open M, "48.txt";
$line = <M>;
chomp $line;
close M;
for my $a ( 0 .. 9 ) {
for my $b ( 0 .. 9 ) {
for my $c ( 0 .. 9 ) {
for my $d ( 0 .. 9 ) {
for my $e ( 0 .. 9 ) {
for my $f ( 0 .. 9 ) {
my $str = join ( '', $a, $b, $c, $d, $e, $f );
print "$str\n" if $line !~ m/$str/;
}
}
}
}
}
}[/CODE]

You can generate 48.txt with:
[CODE]echo '2^57885161-1' | bc | tr -d '\\\n' | sed 's/$/\n/' > 48.txt[/CODE]

kladner 2013-02-05 16:10

Add my congratulations to everyone!

Salud, dinero, amor, y tiempo para gustar lo!
(Here's to) Health, money, love, and time to enjoy it!

NBtarheel_33 2013-02-05 16:12

Googling "48th Mersenne prime", I found that we are in something called "Wopular": [URL]http://www.wopular.com/48th-mersenne-prime-found[/URL]

"Hacker News" links to the press release: [URL]http://news.ycombinator.com/[/URL]

Interestingly, there's also a crank out there that swears up and down that he has found M48, M49, and M50 on an iPhone...[I]laissez le bon temps rouleau![/I]

Batalov 2013-02-05 16:13

[QUOTE=ATH;327742]Factors below 10[sup]11[/sup]:

[B](2[sup]57885161[/sup]+1)/3:[/B] [I]7061989643[/I]

[B]2[sup]57885161[/sup]-3:[/B] [I]29, 167, 269[/I]

[B]2[sup]57885160[/sup]*(2[sup]57885161[/sup] - 1) + 1:[/B] [I]7, 22127627[/I][/QUOTE]
Some more factors:
* (Mp+2)/3 has prime factors 7061989643 * 100271784664656667 (no other factors < 2e18)
* Mp-2 has prime factors 29 * 167 * 269 * 453527886599 (no other factors < 1e11)
* 2*Mp-1 has prime factors 193 * 1549 * 1707450949 (no other factors < 1e9)

petrw1 2013-02-05 16:17

[QUOTE=NBtarheel_33;327760]
Interestingly, there's also a crank out there that swears up and down that he has found M48, M49, and M50 on an iPhone...[I]laissez le bon temps rouleau![/I][/QUOTE]

What was the date? I need to know if it was before or after I found them on my Abacus and Double-checked them on my Slide Rule.

Prime95 2013-02-05 16:17

[QUOTE=aketilander;327752]Which computer and processer was used for the discovery?[/QUOTE]

CPU Model : Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
CPU Speed, MHz : 2992
Software Name : Prime95
Software Version : WindowsService,Prime95,v27.7,build 2

ixfd64 2013-02-05 16:19

[QUOTE=NBtarheel_33;327678]Seconded. We have the following evidence:

1. [URL="http://www.mersenne.org/assignments/?exp_lo=57881000&exp_hi=57882000&execm=1&extf=1&B1=Get+Assignments"]57881749 is not assigned to anyone...[/URL] and there's no reason that it shouldn't be. 57881573, for instance, was handed out to ANONYMOUS yesterday. Other neighboring exponents have been handed out in recent days. If 57881749 were truly free, it wouldn't be for long.

2. [URL="http://www.mersenne.org/report_exponent/?exp_lo=57881749&exp_hi=10000&B1=Get+status"]57881749 indeed has a curtisc pedigree[/URL]; it was P-1'ed (the usual curtisc S1-only job) back in September. It is an almost certainty that this exponent was therefore assigned to curtisc for LL testing, as curtisc does not normally (ever?) perform P-1 for its own sake.

3. The link in (2) shows no known LL result for 57881749. So, based on the logic in (2), it should show up on a list of team assignments for curtisc, right? Well, I have an empty test account that belongs to curtisc's team, and I just looked at their (thousands of) team assignments. You guessed it...57881749 is nowhere to be found!

4. The milestone estimates/calculations detailed in this thread (and those that I have secondarily performed) indicate an exponent in the neighborhood of 57.8-57.9 million.

Four hours exactly to go...but I'm going to agree with ixfd64 and make my final guess that M48 = 2^57881749-1. :bow:[/QUOTE]

It turns out we were both wrong. But it's indeed strange for an exponent to have such a property. Methinks George did this just to throw us off. *cue the [I]X-Files[/I] theme*

chalsall 2013-02-05 16:31

Amusingly, this exponent passed through two ANONYMOUS assignments before finally being picked up by Curtis on 2012-12-12 -- one assignment on 2012-08-14 which then expired 60 days later, then another on 2012-10-13 which expired 60 days later.

Neither had done a single cycle on it. Or, at least, not reported.


All times are UTC. The time now is 22:25.

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