Cody Problems 1933 and 46898 deal with
, the sum of divisors function. This problem deals with
, the sum of unitary divisors functions. Unitary divisors are defined in Cody Problem 56738, which asks for a list of the unitary divisors of a number, and they appear in Cody Problem 56743, which asks for a count.
Write a function to sum the unitary divisors of a number. For example, the unitary divisors of 18 are 1, 2, 9, and 18; therefore, the sum is 30.
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers12
Suggested Problems
-
5984 Solvers
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
560 Solvers
-
322 Solvers
-
Fill a rectangle with 1x1 and 2x2 tiles
21 Solvers
-
Create block matrix of integers (j+k-1) - Part II
100 Solvers
More from this Author326
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!