![]() |
|
|
#1 |
|
Mar 2018
10000100102 Posts |
(2^7891456-1)*10^2375565+2^7891455-1
Is this number a probable prime or which is the smallest factor? |
|
|
|
|
|
#2 |
|
Jun 2003
22·3·421 Posts |
|
|
|
|
|
|
#3 |
|
Jun 2003
22·3·421 Posts |
No factors till 32*10^9. Quitting my attempt.
|
|
|
|
|
|
#4 | |
|
"Forget I exist"
Jul 2009
Dumbassville
20C016 Posts |
Quote:
|
|
|
|
|
|
|
#5 |
|
Mar 2018
10228 Posts |
|
|
|
|
|
|
#6 |
|
Jun 2003
116748 Posts |
|
|
|
|
|
|
#7 |
|
Mar 2018
2×5×53 Posts |
|
|
|
|
|
|
#8 |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
978710 Posts |
Go write it for yourself. Prove to us that you are willing to do some actual work in proving your number schemes. We have been spoonfeeding your.
Last fiddled with by Uncwilly on 2018-12-06 at 14:43 |
|
|
|
|
|
#9 |
|
Jun 2003
22×3×421 Posts |
Code:
mod_check(p)=my(r=Mod(2,p)^7891455); (r*2-1)*Mod(10,p)^2375565+r==1 forprime(p=2,,if(mod_check(p),print(p))) |
|
|
|
|
|
#10 |
|
Mar 2018
2×5×53 Posts |
|
|
|
|
|
|
#11 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36·13 Posts |
Why not use Sage for that, though?
|
|
|
|
![]() |
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 |