NiceeulerscheZahl 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.Gives the answer in a few milliseconds.Code: Select all
fibonacci(1500000).str()[::20000]
