![]() |
|
|
#650 |
|
Aug 2006
3·1,993 Posts |
I posted a problem for you which, with the variables you're using, requires you to solve for t. You don't have to solve for t -- you could solve for p, or play a game of baseball, or whatever -- but in that case you wouldn't be doing the proposed problem.
|
|
|
|
|
|
#651 |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
I don't see a problem asking for t at all actually but do as you want.
|
|
|
|
|
|
#652 |
|
Aug 2006
10111010110112 Posts |
|
|
|
|
|
|
#653 |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
|
|
|
|
|
|
#654 |
|
May 2010
Prime hunting commission.
24×3×5×7 Posts |
How would one of you go about proving or disproving the primality of 3379212930002668486657 using only hand calculations? It has no factors under 16777216.
Code:
(19:41) gp > Mod(13, 3379212930002668486657)^1689606465001334243328 %73 = Mod(1859858123868907490075, 3379212930002668486657) 3379212930002668486657 = 30245153 * 111727420588769 Okay, 3773512084578210152449 is at least a PRP. How would you go about in proving it prime, with no computer assistance? Last fiddled with by 3.14159 on 2010-09-23 at 23:48 |
|
|
|
|
|
#655 |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
I've heard theres a way with subtracting multiples of the divisor you want to check until you either prove or disprove the resultant.
|
|
|
|
|
|
#656 |
|
May 2010
Prime hunting commission.
24×3×5×7 Posts |
@Sm88: Too impractical to do a few million times.
The shortest idea I have so far is manually using a few M-R tests. Or applying Proth's theorem by hand, as the number in question (3773512084578210152449) is a Proth number. Last fiddled with by 3.14159 on 2010-09-24 at 00:03 |
|
|
|
|
|
#657 |
|
May 2010
Prime hunting commission.
24×3×5×7 Posts |
27009 * 10^20 + 1 = 7^2 * 55120408163265306122449;
55120408163265306122449 is a twin prime. |
|
|
|
|
|
#658 | |
|
Aug 2006
175B16 Posts |
Quote:
That's probably the most reasonable way. It would be a pain, though. |
|
|
|
|
|
|
#659 | ||
|
May 2010
Prime hunting commission.
110100100002 Posts |
Quote:
You can prove any non-Proth 72-bit number prime with M-R. Ex: Code:
(21:29) gp > ispseudoprime(8183202143983816686553, 30) %130 = 1 Quote:
23^1886756042289105076224 modulo 3773512084578210152449? Multiplication of 23 by itself has to happen at least 16 times for it to be ≥ 3773512084578210152449. Also, a good idea would be to identify when the mod results repeat. (If they do repeat.) Ex: Powers of 71, mod 23: 2, 4, 8, 16, 9, 18, 13, 3, 6, 12, 1, 2, 4, 8, 16, 9, 18, ... Last fiddled with by 3.14159 on 2010-09-24 at 01:32 |
||
|
|
|
|
|
#660 |
|
May 2010
Prime hunting commission.
24·3·5·7 Posts |
6^134217728 + 1 is divisible by 51808043009.
Two factors for 5^36893488147419103232 + 1: 221360928884514619393 and 2434970217729660813313 both divide 5^36893488147419103232 + 1. Probably well-known at the moment; I betcha no one can find the smallest divisor of 10000^(2^160) + 1, which = 10^(2^162) + 1. Last fiddled with by 3.14159 on 2010-09-24 at 01:42 |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Prime posting thread, part 2. (With a catch.) | 3.14159 | Miscellaneous Math | 55 | 2010-11-19 23:55 |
| Tiny range request .... 555.1M | petrw1 | LMH > 100M | 1 | 2010-07-13 15:35 |
| Other primes thread | nuggetprime | No Prime Left Behind | 32 | 2009-10-21 21:48 |
| Error: tiny factoring failed | 10metreh | Msieve | 26 | 2009-03-08 23:28 |
| Tiny error on nfsnet pages. | antiroach | NFSNET Discussion | 1 | 2003-07-08 00:27 |