Forum: mersenne.ca
2021-04-06, 12:37
|
Replies: 597
Views: 66,934
You cannot, at least not with this six data...
You cannot, at least not with this six data points. An algorithm would look somthing like this:
// first, calculate the first tXX level that has a value of less than 1
int t_level;
double value =...
|
Forum: Aliquot Sequences
2021-04-04, 16:21
|
Replies: 1,080
Views: 86,892
|
Forum: Aliquot Sequences
2021-04-02, 14:27
|
Replies: 1,080
Views: 86,892
The exponent is not limited in size by my...
The exponent is not limited in size by my program. Instead, it is limited by Microsoft's (or the mono team's) implementation of BigInteger. Modular exponentation is extremely efficient, especially...
|
Forum: Aliquot Sequences
2021-04-01, 21:39
|
Replies: 1,080
Views: 86,892
Whoops, that was an error on my side. I have...
Whoops, that was an error on my side. I have fixed it in the attached version. I removed the one-factor-per-line-format. Instead, -v will only give additional timing and factor count information.
...
|
Forum: Aliquot Sequences
2021-03-31, 20:03
|
Replies: 1,080
Views: 86,892
|
Forum: Aliquot Sequences
2021-03-31, 16:04
|
Replies: 1,080
Views: 86,892
You are welcome. :smile:
Yes, I forgot to...
You are welcome. :smile:
Yes, I forgot to mention it explicitly, the base can be any whole number from 2 to 1060, currently, but this might be expandable with some additional code.
I can...
|
Forum: LaurV
2021-03-30, 20:47
|
Replies: 14
Views: 324
|
Forum: Aliquot Sequences
2021-03-30, 20:28
|
Replies: 1,080
Views: 86,892
PATF tool
Here I have my trial factoring tool for [$]\sigma(n^m)[/$] for very large [$]m[/$]. I wrote it in C#, wanted to use .NET Core originally, but found .NET Framework easier to use on Linux with Mono. I...
|
Forum: Information & Answers
2021-03-26, 22:49
|
Replies: 14
Views: 295
Each of these screens will give you a lot of...
Each of these screens will give you a lot of messages. Do you have some lines where you are particulary interested in what they mean? In general, the communication thread will show you what is being...
|
Forum: Aliquot Sequences
2021-03-26, 22:43
|
Replies: 1,080
Views: 86,892
Wait a bit, please. I greatly overcomplicated...
Wait a bit, please. I greatly overcomplicated what needs to be done and there are (at least...) two errors in the last formula I posted. I'll update you when I have a running program. It is already...
|
Forum: Aliquot Sequences
2021-03-24, 22:42
|
Replies: 1,080
Views: 86,892
|
Forum: PrimeNet
2021-03-24, 20:48
|
Replies: 14
Views: 709
|
Forum: Aliquot Sequences
2021-03-24, 14:24
|
Replies: 1,080
Views: 86,892
We can do that more efficiently. Since we have...
We can do that more efficiently. Since we have [$$]\sigma(p^n)=\sum^{n-1}_{i=0}{p^i}=\frac{p^n-1}{p-1}[/$$] for prime [$]p[/$], we can check for divisors of [$]\sigma(p)[/$] as such: compute [$]p^n...
|
Forum: PrimeNet
2021-03-24, 09:50
|
Replies: 14
Views: 709
CERTs are only assigned to single worker (by...
CERTs are only assigned to single worker (by default the first one), so if you want to
then you'll be restricted to a single worker or you must use multiple instances of Prime95 with manually set...
|
Forum: Hardware
2021-03-23, 22:16
|
Replies: 4
Views: 348
|
Forum: Software
2021-03-23, 14:05
|
Replies: 136
Views: 13,493
|
Forum: Data
2021-03-22, 14:10
|
Replies: 558
Views: 82,907
|
Forum: Number Theory Discussion Group
2021-03-17, 11:55
|
Replies: 15
Views: 1,258
|
Forum: GpuOwl
2021-03-12, 21:17
|
Replies: 16
Views: 733
From that ratio I would guess a social media...
From that ratio I would guess a social media preview is never an icon, since those are usually square. So I guess this reqiurement/suggestion does not apply for icons at all?
I second the...
|
Forum: Marin's Mersenne-aries
2021-03-12, 15:41
|
Replies: 147
Views: 11,567
Welcome to the forum! :smile:
I just had a...
Welcome to the forum! :smile:
I just had a look into the results archive. Unfortunately, this does not include the JSON-strings. So we are out of luck to check whether there should be a CERT...
|
Forum: Marin's Mersenne-aries
2021-03-12, 12:43
|
Replies: 147
Views: 11,567
Now, it seems like we have all available...
Now, it seems like we have all available exponents assigned. At least the ones PrimeNet gives us voluntarily… That's where I get to my next point. Below, I attached a list of all exponents from 9M to...
|
Forum: Marin's Mersenne-aries
2021-03-12, 09:19
|
Replies: 147
Views: 11,567
There are still quite a few DC's to be done...
There are still quite a few DC's to be done between 11M and 15M, suprisingly. But not enough to really worry about.
That exponent only had one test and a CERT, so I guess it was a FTC and not...
|
Forum: Marin's Mersenne-aries
2021-03-11, 22:51
|
Replies: 147
Views: 11,567
|
Forum: Lone Mersenne Hunters
2021-03-11, 12:20
|
Replies: 1,842
Views: 207,926
|
Forum: Marin's Mersenne-aries
2021-03-11, 08:37
|
Replies: 147
Views: 11,567
When I changed something in my script before...
When I changed something in my script before running it yesterday, I introduced an error. :brian-e: I just ran my script again and it was giving me a negative amount of remaining exponents… After...
|