Let 'F' be the set of all proper fractions in lowest term, whose denominator is less than or equal 'd'. So, for d = 10, we have:
Note that '2/4' and '3/9' are not included because they are not in their lowest term, while '7/7' and '8/5' are not included because they are not proper fractions.
Write a function 'S(d)', which is the integer part of the sum of 'F(d)'. For the case above, the sum of elements of 'F(10)' is exactly '15.5'. Therefore S(10) = 15.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers11
Suggested Problems
-
2373 Solvers
-
middleAsColumn: Return all but first and last element as a column vector
652 Solvers
-
Construct an index vector from two input vectors in vectorized fashion
460 Solvers
-
Split a string into chunks of specified length
2128 Solvers
-
Deduce the pattern behind the sequence
28 Solvers
More from this Author116
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Could not figure out how to speed up my code. Ended up having to use a lookup table to speed it up sufficiently.
Hi,
There is a shortcut using Mobius Inversion...