![]() |
|
|
#1123 | |
|
May 2010
Prime hunting commission.
24×3×5×7 Posts |
Quote:
Last fiddled with by 3.14159 on 2010-08-29 at 22:49 |
|
|
|
|
|
|
#1124 |
|
"Forget I exist"
Jul 2009
Dumbassville
20C016 Posts |
back to post 885 around this post I wanted to know when 2^recurrence just like the recurrence of the Mersenne numbers-1 for a specific start number etc. I find 11 a start number that seemed to work up to the known height of Mersenne exponents. wonder if anyone can tell me the odds.
|
|
|
|
|
|
#1125 |
|
Aug 2006
597910 Posts |
|
|
|
|
|
|
#1126 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
Quote:
which has the same recurrence as the Mersenne numbers at an exception in the exponents seems to never come across a prime exponent that works to be a Mersenne prime exponent. I had a code to try this out when you asked for a sequence but I'll have to figure it out again lol. |
|
|
|
|
|
|
#1127 | |
|
Aug 2006
3×1,993 Posts |
Quote:
|
|
|
|
|
|
|
#1128 | |
|
May 2010
Prime hunting commission.
24·3·5·7 Posts |
Quote:
|
|
|
|
|
|
|
#1129 |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
Code:
for(s=1,50,for(x=s,20000000*s,print1(x",");x=x*2);print(""))
|
|
|
|
|
|
#1130 |
|
May 2010
Prime hunting commission.
168010 Posts |
Also: Is there any database for all the k-b-b primes? If so, can you link me to it? If not, I'll start my own via a new thread. I will begin where b > 60. I don't wish to waste time looking for small primes.
Okay: Using prime k-b-b: For b =2; The 4n + 1 primes (Pythagorean primes) b = 3; 27n + 1 primes. b = 5: 3125n + 1 primes. Etc, etc. Last fiddled with by 3.14159 on 2010-08-30 at 00:01 |
|
|
|
|
|
#1131 |
|
May 2010
Prime hunting commission.
24×3×5×7 Posts |
If there isn't one already: I'll search for k-b-b; k = 1 to 104
Also: Correct b > 60 to b ≥ 60. Last fiddled with by 3.14159 on 2010-08-30 at 00:03 |
|
|
|
|
|
#1132 |
|
Aug 2006
3·1,993 Posts |
I haven't looked for any except #16. Well, technically I'm looking for a prime of the form 2^n-2293 which fits into a few of your categories, but that's been going on for a while now, it's not prompted by your categories.
|
|
|
|
|
|
#1133 | |
|
May 2010
Prime hunting commission.
168010 Posts |
Quote:
Alternatively: What size are you aiming for? Is it top 5000 worthy? Also: Reply concerning Posts 1130 and 1131? Apologies if I came off as a bit inquisitive here. Last fiddled with by 3.14159 on 2010-08-30 at 00:05 |
|
|
|
|
![]() |
| Thread Tools | |
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 |