I know that this program will work, because I tried to create a work- around also using the '%', or regular modulo symbol; what happens when the iL = 1697 ????...
Is it possible to build and run pfgw on SunOS 5.10 ? I tried to build it on SunOS 5.10 Generic_118844-26 i86pc i386 i86pc but I got the following error: ...
We completed the search for PRP repunits in the range of exponents 300,000-400,000 and found no PRPs. We are going to continue the search in the range...
can anyone help me to determine for which n's this is true. (2^(n-1)-1) is divisible by n ie mod((2^(n-1)-1 <2@%5E(n-1)-1>),n)=0 ... -- mohan srinivasan ...
... It is true for all n=prime or n is speudo prime to base 2 or all carmichael numbers like 561,1729,...41041....,... best Norman Heute schon einen Blick in...
Raanan Chermoni continues running my program and has just discovered 17-digit AP23: 43760869165417 + 2339805*23#*n, for n = 0 to 22. It has the largest term...
go to www.php.net and download the free PHP5 language, and run the following program from the command line interface, if you like... it finds the primality of...
Raanan Chermoni continues running my program and has just discovered second 17-digit AP23: 489357377433019 + 2701556*23#*n, for n = 0 to 22. It has the largest...
Hello all, I wish to share with you a couple of formulas that I have been "working" with for some time. Let J(n) = the number of ways of writing n as the sum...
Hello, anyone know if it is possible to arrange more than 1 abc2 format tasks in a file. I am searching on record breaking generalized woodall primes. It would...
Will you be searching one base for many n or many bases for a few n or many bases and many n? --Mark ... [Non-text portions of this message have been removed]...
Hello, I would like to know if there is anyway to put these lines/tasks in 1 file. ABC2 $a*$b^$a-1 a:from 16318 to 16318 b:from 15498 to 16319 a:from 16319 to...
In that case I would recommend MultiSieve since it supports multiple bases. It willl knock out any candidates with small divisors and will produce an output...
... One easy way to do that is put the 3 ranges in 3 different ABC2 files, say range1.dat range2.dat & range3.dat and make a batch file to call them in...
Hi, I would suggest: ABC2 $a*$b^$a-1 a:from 16318 to 16320 b:from 15480 to 16321 If you use Multisieve, it will automatically generate ABC2 files for you. ...
I am working on repunits. I tried to apply a small modification---taking into account repunit property of 1 remainder for the same lenght.....ex: 10^2 mod...
Hi, congrats to "Scott" for the find: http://primes.utm.edu/primes/page.php?id=84401 24518^262144+1 with 1150678 decimal digits coming in at 13th largest known...
... Very nice success indeed! I cannot wait for the verification! Many congrats to the discoverer! For a while, Yves Gallot told me that Generalized Fermat...
... What for a while? I have not heard from Yves for a very long time. Please: When did Yves tell you anything for the last time? (Please send your answer, if...
Hi, here's a short, but effective program... written in PHP4/5 it's deterministic when considering primality of a number. can someone go to www.php.net and...
Hello, I am new in prime testing and I have some questions which you might be able to help me answer. When I implemented a Rabin-Miller test in C (for school...
Hi ... The Woltman FFT has nothing to do with the exponentiation algorithm. The FFT is simply used to quickly multiply large numbers. My FFT has lots of...
... This is because it only does squarings, no multiplications. This is especially fast since an FFT multiplication requires two forward FFTs and an inverse...