Project Euler 183 - Maximum product of parts
Project Euler 183 - Maximum product of parts
Official link: https://projecteuler.net/problem=183
Thought Process
Thought Process
Enjoyed this more simple problem, nothing too fancy here
This is because of the well known rule that if the denominator (After gcd division) has any prime factor other than 2 or 5, the fraction will repeat.
Implementing this is quite straightforward
Interactive Code
Interactive Code
Enter a number (yourinput)
Code will output ∑ D(N) for 5 ≤ N ≤ yourinput