![]() |
|
|
#12 |
|
"Sam"
Nov 2016
14416 Posts |
This can be done with basic algebra and modular math.
To get a set of basic solutions (m, D) write out: 29*5^m-11 = 0 (mod 13) 29*5^m = 11 (mod 13) 5^m = 8 (mod 13) m = 3 (mod 4). So for any integer n, m = 3*n+4, D = (29*5^(3*n+4)-11)/13 will be a solution to 29(5^m)-11 = 13*D as you put it. |
|
|
|
|
|
#13 |
|
Aug 2006
3·1,993 Posts |
The solutions are M = 4k + 3, D = (3625*625^k - 11)/13.
If b and n are relatively prime, you can find the general solutions to k(b^m) - z = nd by finding the order of b mod n, computing k(b^m) - z for m from 1 to the order, and taking any values which result in 0; these values, plus an arbitrary variable k times the order, are the possible values of m (and the d values can be computed from them). The case where b and n have a common divisor is not essentially different; you check the small cases, where some p | b and p^e | n, but p^e does not divide b, individually, then look at the order of b with all the common primes divided out mod n with all the common primes divided out. In the first case you could have 0 solutions or infinitely many; in the second case you could have finitely many or infinitely many. Edit: see carpetpool's post above. Last fiddled with by CRGreathouse on 2018-03-09 at 05:01 |
|
|
|
|
|
#14 |
|
Jun 2003
116738 Posts |
OP sounds suspiciously like they're trying to sieve k*b^n+c form (variable n), in which case, just use newpgen or srsieve
|
|
|
|
|
|
#15 |
|
Feb 2018
25×3 Posts |
Are the cumulative product of (B^g).
Last step not. |
|
|
|
|
|
#16 |
|
Feb 2018
9610 Posts |
Are the cumulative product of (B^g).
Starting with 1. And not the last step. Thats gives "bits one of D"="number steps". Rules are related to tserie used. Mersenne is tserie "n+e = (2^g)(e')". Most general: n+e=(B^g)(e') Any tserie as a equation. For Mersenne, (eLast)(B^M)-(eStart)=n*D. Collatz is also a tserie. 1+3e=(2^g)(e'). But there are others tserie. Thanks for your interest. JMM |
|
|
|
|
|
#17 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
Quote:
|
|
|
|
|
|
|
#18 |
|
"Sam"
Nov 2016
5048 Posts |
|
|
|
|
|
|
#19 |
|
"Forget I exist"
Jul 2009
Dumbassville
20C016 Posts |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The FBI wants YOU to help solve a murder | ixfd64 | Puzzles | 4 | 2011-03-30 12:25 |
| Solve for mod function | flouran | Miscellaneous Math | 23 | 2009-01-04 20:03 |
| An Equation to Solve | davar55 | Puzzles | 3 | 2008-10-09 00:35 |
| Many CAS not able to solve integral | nuggetprime | Miscellaneous Math | 1 | 2007-06-26 22:04 |
| Solve this equation | davar55 | Puzzles | 52 | 2007-06-26 21:41 |