![]() |
|
|
#419 |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
this is probably already done but I think:
not sure though. Edit: another edit x>3 I have learn to think over it now lol technically replace 5 with Last fiddled with by science_man_88 on 2010-08-13 at 23:15 |
|
|
|
|
|
#420 |
|
Mar 2006
Germany
22×727 Posts |
|
|
|
|
|
|
#421 |
|
"Forget I exist"
Jul 2009
Dumbassville
100000110000002 Posts |
I should say all that thinking came up to:
for x>3, Last fiddled with by science_man_88 on 2010-08-13 at 23:23 |
|
|
|
|
|
#422 | |
|
May 2010
Prime hunting commission.
32208 Posts |
Quote:
Last fiddled with by 3.14159 on 2010-08-13 at 23:33 |
|
|
|
|
|
|
#423 |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
outside of proving it i have no idea lol
71^6 = 128100283921 22! = 1124000727777607680000 ? so if pari did what I think you are wrong. now i saw the n and altered my pari code so far i've checked over 1 million. going toward 1 billion. I gave up. Last fiddled with by science_man_88 on 2010-08-13 at 23:38 |
|
|
|
|
|
#424 | |
|
May 2010
Prime hunting commission.
69016 Posts |
Quote:
|
|
|
|
|
|
|
#425 |
|
"Forget I exist"
Jul 2009
Dumbassville
203008 Posts |
|
|
|
|
|
|
#426 | |
|
May 2010
Prime hunting commission.
24×3×5×7 Posts |
Quote:
|
|
|
|
|
|
|
#427 |
|
"Forget I exist"
Jul 2009
Dumbassville
203008 Posts |
So Pi have you ever heard of:
for x>3 ? if so who came up with it. I realized this works for all of them above M(0) = 0 Last fiddled with by science_man_88 on 2010-08-14 at 00:44 |
|
|
|
|
|
#428 | |
|
Aug 2006
10111010110112 Posts |
Quote:
Code:
> Mod(-1,71^6)/1124000727777607680000 %1 = Mod(36882197250, 128100283921) If you wanted k to be a prime, then Code:
forstep(n=36882197250,1e15,128100283921,if(isprime(n),return(n))) Last fiddled with by CRGreathouse on 2010-08-14 at 01:19 |
|
|
|
|
|
|
#429 | |
|
Aug 2006
3×1,993 Posts |
Quote:
Code:
s=0;forstep(n=36882197250,1e20,128100283921,if(ispseudoprime(n),s++));s time = 24mn, 50,380 ms. %1 = 17584374 |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Why do I sometimes see all the <> formatting commands when I quote or edit? | cheesehead | Forum Feedback | 3 | 2013-05-25 12:56 |
| Passing commands to PARI on Windows | James Heinrich | Software | 2 | 2012-05-13 19:19 |
| Ubiquity commands | Mini-Geek | Aliquot Sequences | 1 | 2009-09-22 19:33 |
| 64-bit Pari? | CRGreathouse | Software | 2 | 2009-03-13 04:22 |
| Are these commands correct? | jasong | Linux | 2 | 2007-10-18 23:40 |