![]() |
|
|
#23 |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
426710 Posts |
I did the same thing, for k=1-5 n=3355583 and checked all factors with Pari/GP.
|
|
|
|
|
|
#24 |
|
Aug 2002
26×5 Posts |
Is this the same "friend" who had the radical compression technique?
|
|
|
|
|
|
#25 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
I deleted my message, because I thought I put the output into Pari/GP wrong...but on second thought, though, it looks like I did do it correctly. :whoops: Can a mod please bring back my message?
Last fiddled with by xilman on 2008-03-18 at 07:50 Reason: Your wish is my command. |
|
|
|
|
|
#26 |
|
Sep 2002
Database er0rr
22×941 Posts |
Code:
? n=3355584;forprime(p=3,1000,if(Mod(2,p)^n+1==0,print(p))) 769
Last fiddled with by paulunderwood on 2008-03-18 at 01:24 |
|
|
|
|
|
#27 | |
|
Nov 2003
11101001001002 Posts |
Quote:
|
|
|
|
|
|
|
#28 |
|
Jun 2003
5,087 Posts |
Hmmm.... I might have run into an interesting bug in NewPGen. When I sieved k*b^n+1 form with (b=2,n=3355583,kmin=2,kmax=16), NewPGen declared all candidates as composite, instantly. However, if i give kmin=kmax=2, NewPGen just happily keeps going without finiding any factors!!
@Jasong, Try using the sieve option "b^n+k" with b=2, nmin=nmax=3355584 and k=1. NewPGen will instantly find the factor 769. |
|
|
|
|
|
#29 | |
|
Sep 2002
Database er0rr
376410 Posts |
Quote:
Code:
Base = 2 Include even k's ? (y) : n n = 3355583 kmin = 2 kmax = 2 Type : k.b^n+1 The output file newout already exists - continue? (y) : y Are you ready to start sieving ? (y) : y CPU capabilities: CMOV: Supported. SSE2: Supported. Using bitmap : allocating 0.0Kb of RAM... ...succeeded 0 candidates Sieving numbers with 1010132 decimal digits Initialising sieve... Done. 02:26:06 Starting sieve (reduced screen output while p < 1 billion) Stopping...o 33554467 (33.5 million) 02:26:10 Saving results to newout... 02:26:10 ...done. Output file 'newout' generated, contains 0 k's ![]() I have emailed him
Last fiddled with by paulunderwood on 2008-03-18 at 02:39 |
|
|
|
|
|
|
#30 | ||
|
Dec 2007
2·17 Posts |
Quote:
Quote:
The following factors were found via ECM using Prime95. 2^3355584+1: 769*274177*961934081 Using GMP I then obtained 2^3355584+1 Mod(f) for each factor obtained via GMP. Each resulted in a mod result of 0. My understanding is that Prime95 uses an FFT computation in the interests of speed, while GMP uses integer math. However I could very easily be incorrect regarding these statements. However both packages are open source and nobody has ever found any errors in the computation methods of either. Two different methods used to obtain the factors and to test the validity of factors. Both methods open source and reviewed by a large number of people. I doubt that any conspiracy exists with the goal to ignore potential primes. It appears that 2^3355584+1 not only tests as being a composite, but also has (some) easily identifiable factors. Was there anything else your friend would like to state, for the record? |
||
|
|
|
|
|
#31 |
|
Jun 2003
13DF16 Posts |
|
|
|
|
|
|
#32 |
|
"Jason Goatcher"
Mar 2005
350710 Posts |
comment deleted.
Last fiddled with by jasong on 2008-03-18 at 04:25 |
|
|
|
|
|
#33 | |
|
Dec 2007
2·17 Posts |
Quote:
2^3355584+1: 769*274177*961934081 |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Proof of Legendre's conjecture, that there is always a prime between n^2 and (n+1)^2 | MarcinLesniak | Miscellaneous Math | 41 | 2018-03-29 16:30 |
| Legendre's prime counting function | pbewig | Information & Answers | 0 | 2011-07-14 00:47 |
| What is Legendre Symbol? slowing down sr2sieve? | cipher | Software | 3 | 2009-05-20 13:35 |
| Computing n-th power residue symbols | geoff | Sierpinski/Riesel Base 5 | 2 | 2006-10-24 00:09 |
| defective memory chip? | ixfd64 | Hardware | 2 | 2004-11-28 05:45 |