![]() |
|
|
#12 | |
|
Mar 2018
10228 Posts |
Quote:
the program does not display where it arrived, I mean I would know: there is no factor below 4*10^32 for example Last fiddled with by enzocreti on 2018-12-06 at 16:01 |
|
|
|
|
|
|
#13 |
|
Jun 2003
22·3·421 Posts |
Run it for as long as you have patience (say 24 hours). Then hit Ctrl-C. You'll get a "break>" prompt. Type p in there to show the current value of the loop variable. That's how far you've reached. If you want to continue from where you interrupted just hit ENTER (or edit the forprime loop to start from new value)
|
|
|
|
|
|
#14 |
|
Mar 2018
2×5×53 Posts |
99999000001
divides (2^7891456-1)*10^2375565+2^7891455-1!!! |
|
|
|
|
|
#15 |
|
"Forget I exist"
Jul 2009
Dumbassville
838410 Posts |
|
|
|
|
|
|
#16 |
|
Mar 2018
2×5×53 Posts |
|
|
|
|
|
|
#17 |
|
"Nuri, the dragon :P"
Jul 2016
Good old Germany
32916 Posts |
|
|
|
|
|
|
#18 |
|
Mar 2018
2×5×53 Posts |
|
|
|
|
|
|
#19 | |
|
Aug 2006
3×1,993 Posts |
Quote:
Code:
p=99999000001; t=Mod(2,p)^7891455; T=Mod(10,p)^2375565; (2*t-1)*T+t-1 |
|
|
|
|
|
|
#20 | |
|
"Rashid Naimi"
Oct 2015
Remote to Here/There
3×5×137 Posts |
Quote:
Last fiddled with by a1call on 2018-12-08 at 05:09 |
|
|
|
|
|
|
#22 |
|
"Rashid Naimi"
Oct 2015
Remote to Here/There
205510 Posts |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Finding multiples of a real number that are close to a whole number | mickfrancis | Math | 16 | 2017-03-01 07:17 |
| Estimating the number of primes in a partially-factored number | CRGreathouse | Probability & Probabilistic Number Theory | 15 | 2014-08-13 18:46 |
| Number 59649589127497217 is a factor of Fermat number F7 | literka | Miscellaneous Math | 73 | 2013-11-17 10:33 |
| Number of distinct prime factors of a Double Mersenne number | aketilander | Operazione Doppi Mersennes | 1 | 2012-11-09 21:16 |
| Fermat number F6=18446744073709551617 is a composite number. Proof. | literka | Factoring | 5 | 2012-01-30 12:28 |