mersenneforum.org  

Go Back   mersenneforum.org > Extra Stuff > Miscellaneous Math

Reply
 
Thread Tools
Old 2010-09-18, 19:02   #507
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24·3·5·7 Posts
Default

However; Continuing on with the collection of k * 1296n + 1 numbers; I'm up to n = 345.

And; Based on the (PFGW) scripts I've seen before;

I'm unable to write it.

To the contrary, I think I might be able to pull it off. (Well, at least making the variables, I can do.)

Last fiddled with by 3.14159 on 2010-09-18 at 19:08
3.14159 is offline   Reply With Quote
Old 2010-09-18, 19:07   #508
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

3·2,083 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
For 1012288 + 1; Does one of these numbers divide it?
Checked with PFGW (command "-f -s40961 -e32751617 -q10^12288+1")--none of them divide the number.
mdettweiler is offline   Reply With Quote
Old 2010-09-18, 19:11   #509
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

110100100002 Posts
Default

What I can think of so far;

DIM min_k,1
DIM max_k,10000
DIM base,1296
DIM min_n,1
DIM max_n,1500

So far, that is designated for the generalized Proth numbers.

All that is needed are a few changes to Karsten's script; Made a copy in order to make the changes.

Last fiddled with by 3.14159 on 2010-09-18 at 19:15
3.14159 is offline   Reply With Quote
Old 2010-09-18, 19:16   #510
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26·131 Posts
Default

Quote:
Originally Posted by mdettweiler View Post
Checked with PFGW (command "-f -s40961 -e32751617 -q10^12288+1")--none of them divide the number.
can you point me towards something with a list of commands for it maybe then i can figure stuff out lol.
science_man_88 is offline   Reply With Quote
Old 2010-09-18, 19:26   #511
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24·3·5·7 Posts
Default

So; next, after setting up the variables..

The next easiest part; Variables to be used.

Last fiddled with by 3.14159 on 2010-09-18 at 19:27
3.14159 is offline   Reply With Quote
Old 2010-09-18, 19:37   #512
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

22×727 Posts
Default

Another help here:

Create a file called 'test.txt' with
Code:
ABC2 $a*1296^$b+1
a: from 1 to 10000
b: from 1 to 100
Call "pfgw.exe -l -f test.txt".

This will create files "pfgw-prime.log" containing all primes, "pfgw.log" with all PRPs "pfgw.out" with all tests (small factors or PRP-tests).

The above script will test your k*1296^n+1 with 1<=k<=10000 and 1<=n<=100.
It's done in about 10 min.

Last fiddled with by kar_bon on 2010-09-18 at 19:37
kar_bon is offline   Reply With Quote
Old 2010-09-18, 21:43   #513
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24×3×5×7 Posts
Default

Thanks; I'll use it to get to n = 500.
3.14159 is offline   Reply With Quote
Old 2010-09-18, 22:34   #514
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26×131 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
Thanks; I'll use it to get to n = 500.
hey Pi your kbb database could use a similar code I changed one thing and I'm checking k up to 10000 and b upto 100
science_man_88 is offline   Reply With Quote
Old 2010-09-18, 22:35   #515
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24·3·5·7 Posts
Default

Quote:
Originally Posted by science_man_88
hey Pi your kbb database could use a similar code I changed one thing and I'm checking k up to 10000 and b upto 100
We have checked all bases under 1000. I collected for all bases less than 750. However, I made errors everywhere.

Last fiddled with by 3.14159 on 2010-09-18 at 22:36
3.14159 is offline   Reply With Quote
Old 2010-09-18, 22:38   #516
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24·3·5·7 Posts
Default

For the collection of base 1296 primes for small k-values; I have collected all primes for n < 410, where k is between 1 and 10000.

Last fiddled with by 3.14159 on 2010-09-18 at 22:41
3.14159 is offline   Reply With Quote
Old 2010-09-18, 22:40   #517
axn
 
axn's Avatar
 
Jun 2003

508710 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
For 1012288 + 1; Does one of these numbers divide it?
It has an algebraic factor
axn is offline   Reply With Quote
Reply



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

All times are UTC. The time now is 22:49.


Fri Aug 6 22:49:08 UTC 2021 up 14 days, 17:18, 1 user, load averages: 4.04, 4.20, 3.91

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.