Cody Problem 656 deals with the totient function, denoted by
which counts the numbers less than n that are relatively prime to n. The first five values of the totient are 1, 1, 2, 2, and 4.
The totient summatory function
is the sum of the values of
from
to n. Therefore,
.
Write a function to compute the totient summatory function.
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers5
Suggested Problems
-
Project Euler: Problem 10, Sum of Primes
2092 Solvers
-
Return unique values without sorting
999 Solvers
-
260 Solvers
-
Removing rows from a matrix is easy - but what about inserting rows?
264 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
884 Solvers
More from this Author322
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!