InterviewSolution
Saved Bookmarks
| 1. |
If NN denotes the set of all positive integersand if f:NN rarrN is defined by f(n)= the sum of positive divisors of n then f(2^(k).3), where k is a positive integer is |
|
Answer» `2^(k+1)-1` |
|