Where to download a lot of digits of pi? [closed]

Solution 1:

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.

Solution 2:

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