mersenneforum.org  

Go Back   mersenneforum.org > Fun Stuff > Puzzles

Reply
 
Thread Tools
Old 2015-04-01, 13:51   #34
axn
 
axn's Avatar
 
Jun 2003

22×3×421 Posts
Default

Quote:
Originally Posted by Jayder View Post
Whoa, how did you do that?
Wrote my own code. Does a range of about 2^31 per second (on 1 core of a 3GHz i5)
axn is online now   Reply With Quote
Old 2015-04-02, 03:34   #35
Jayder
 
Jayder's Avatar
 
Dec 2012

1000101102 Posts
Default

Are you willing to share it? With mudkip's code (and a few adjustments) I only got up to 9*10^12.
Jayder is offline   Reply With Quote
Old 2015-04-02, 04:16   #36
axn
 
axn's Avatar
 
Jun 2003

13BC16 Posts
Default

Here you go:

There is source and 64-bit executable. While in theory a 32-bit executable can be compiled, it'll lose some of the performance since the code uses 64-bit integers heavily (even where it doesn't need it :-))

This is command line executable which takes two parameters, a start and end value. It then checks all numbers (2^16*start <= n < 2^16*end). To avoid missing any numbers, the end value of one range should be used as the start value of next range.

The program writes all candidates that survive at least base 64 to a file. Also the best so far are written to screen.

EDIT:- I have already checked everything < 34e9*2^16
Attached Files
File Type: zip sum5.zip (52.4 KB, 88 views)

Last fiddled with by axn on 2015-04-02 at 04:27
axn is online now   Reply With Quote
Old 2015-12-18, 15:47   #37
davar55
 
davar55's Avatar
 
May 2004
New York City

102128 Posts
Default

So from these:

base = 50 @ n = 13655684
base = 98 @ n = 188893618365750

the OP answer is 50 -> 13655684, 100 -> 188893618365750.

Great work !
davar55 is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
How many digits? kokakola Information & Answers 23 2009-11-03 05:08
15M Digits - Just For Fun storm5510 Math 7 2009-09-08 04:14
All 10 Digits davar55 Puzzles 5 2007-06-18 15:06
140+ digits which is better marthamm GMP-ECM 4 2006-01-25 17:32
Exponential Digits ndpowell Math 18 2005-07-15 22:31

All times are UTC. The time now is 03:36.


Sat Jul 17 03:36:08 UTC 2021 up 50 days, 1:23, 1 user, load averages: 1.42, 1.81, 1.66

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.