up vote 4 down vote favorite
2
share [g+] share [fb]

Where could I find a large amount of digits of pi? I have already calculated 3.14 billion using PiFast (works well under wine).

I don't care about slow download speeds.

link|improve this question
1  
Do you need it for some even remotely practical purpose, or just for ... ? I can't see the point, so I'm just curious. – ldigas Jul 16 '09 at 3:17
2  
@Idigas: Don't you ever make pi? – Nosredna Jul 16 '09 at 5:04
Soon's i can find the algorithm for calculating pi, i'll write something up to calculate as many as you want... – RCIX Jul 16 '09 at 8:32
1  
Go ahead and try accepting a new answer to your question. The original accepted answer had a single link that no longer exists, so it has been deleted. Go ahead and flag the question if you have any questions for the moderators. – Troggy Feb 10 '11 at 10:24
feedback

3 Answers

up vote 5 down vote accepted

I know you say you don't care, but I seriously suspect your cpu can calculate them faster than your network card is capable of downloading them.

Given the last digit and the current state of the calculator used to generate it, the next digit can be found in constant time. It doesn't get progressively harder like finding the next prime does.

link|improve this answer
Yes, but it is a lot of cpu time to dedicate, and I would rather dedicate some bandwidth rather than all that cpu time. – PiPeep Jul 15 '09 at 21:12
@Joel: by the way, can you show a pointer to an algorithm for that? (Yeah, I know that's more like SO content, but since we're here...) – R. Martinho Fernandes Jul 15 '09 at 21:16
The math is beyond me, but read way down in wikipedia and one of the series is said to "deliver 14 digits per term". – Joel Coehoorn Jul 15 '09 at 21:35
Sorry, wrong link: numbers.computation.free.fr/Constants/PiProgram/algo.html, It was in frames – PiPeep Jul 15 '09 at 21:40
show 1 more comment
feedback

Adding on to Joel's comment, SuperPi is one of the most popular tools for this. It's also used for stress testing.

link|improve this answer
PiFast is faster. – PiPeep Dec 17 '09 at 21:27
feedback

Google produces quite a few sites that let you download various numbers of digits (10000, 1 million, 40 million, ...).

link|improve this answer
Yes, but I am looking for >3.14 bill – PiPeep Jul 15 '09 at 21:23
3  
But please, no torrents! – Nosredna Jul 15 '09 at 21:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.