Project Euler #110: Diophantine reciprocals II

Sort by

recency

|

4 Discussions

|

  • + 0 comments

    Value for 10^13 is: n = 11620062538285412860755634822552050592800

  • + 0 comments

    Keywords: primes up to , heap, set or dict of seen values, list of prime exponents. For example, 130754415038 should results in 307916385330322622578697205433200 ([4, 4, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]) instead of 1602387094135655108133744107956740 ([2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]).

  • + 2 comments

    can u add more information which help me to understand the issue

  • + 2 comments

    what are x and y's?

No more comments