![]() |
|
|
#12 | |
|
Nov 2003
22×5×373 Posts |
Quote:
All I saw was a lot of blind computation and sequences of numbers. Indeed, the first use of the word "equation" came in your post. |
|
|
|
|
|
|
#13 |
|
"Oliver"
Sep 2017
Porta Westfalica, DE
72×11 Posts |
|
|
|
|
|
|
#14 | |
|
Feb 2017
Nowhere
464310 Posts |
Quote:
x2 - 2n = -7 we have two cases: x2 - y2 = -7 if n is even, and x2 - 2*y2 = -7 if n is odd. In both cases we want solutions where y is a power of 2. In the first case, there is only one solution in positive integers x and y, x = 3 and y = 4. In the second case, there are two sequences of solutions. Again, we want y to be a power of 2. The y-sequences may be described as xn + yn*t = lift((2*t +/- 1)*Mod(3 + 2*t,t2 - 2)n), n = 0, 1, 2, ... The y-sequences are y0 = 2, y1 = 8, yk+2 = 6*yk+1 - yk (next terms 46, 268, 1562,...) and y0 = 2, y1 = 4, yk+2 = 6*yk+1 - yk (next terms 22, 128, 746,...) Because of the factors 2*t +/- 1 in the explicit formula, the resulting sequences don't have the nice divisibility properties of the coefficients from the powers of a unit, so ruling out powers of 2 is correspondingly more difficult. |
|
|
|
|
|
|
#15 |
|
"Jeppe"
Jan 2016
Denmark
23·3·7 Posts |
This may seem silly, but I ran a test with PFGW (slow, one CPU thread) on the remaining number. It took several weeks. Here is the result (PFGW does a 3-PRP test by default):
Code:
PFGW Version 4.0.1.64BIT.20191203.Win_Dev [GWNUM 29.8] Resuming at bit 72193575 2^74207282-3 is composite: RES64: [B486B8C605802535] (60360.4698s+0.0144s) So now the residue is here, if someone some day should want to repeat this long calculation. /JeppeSN |
|
|
|
|
|
#16 |
|
Nov 2003
746010 Posts |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| question about a chain of primes | firejuggler | Math | 31 | 2014-01-08 18:28 |
| Help wanted, Mersenne base Cunningham numbers | kosta | Factoring | 24 | 2013-03-21 07:17 |
| Cunningham Tables at Mersenne Wiki | Raman | Cunningham Tables | 32 | 2012-07-10 22:27 |
| Calculation for Cunningham Chain 2nd Kind. | cipher | Math | 1 | 2009-09-01 15:12 |
| New Mersenne and Cunningham conjecture | olivier_latinne | Math | 54 | 2008-03-12 10:04 |