InterviewSolution
Saved Bookmarks
| 1. |
60.For each positive integer n, consider the highest common factor Hn of the two numbers n!+1 and (n + 1)!. For n < 100, find the largest value of Hn. |
| Answer» 60.For each positive integer n, consider the highest common factor Hn of the two numbers n!+1 and (n + 1)!. For n < 100, find the largest value of Hn. | |