Project Euler #248: Numbers for which Euler’s totient function equals 13!

  • + 0 comments

    To check the cardinality ("checksum") of your sets ϕ-1(m), consider these resources I used:

    In Python testcases, the limit for time is 20 seconds and memory is 512 megabytes. My Python3 code runs under 360 milliseconds; its own prime factorization uses memo-ization.