Page 2 of 2

Posted: Thu Mar 03, 2016 11:59 pm
by AMindForeverVoyaging
eulerscheZahl wrote: Another program is sage (sagemath.org): it's actually python, but with math related library functions like equation solving, integral, ... It uses pari for some calculations.

Code: Select all

fibonacci(1500000).str()[::20000]
Gives the answer in a few milliseconds.
Nice :)