

InterviewSolution
Saved Bookmarks
1. |
The set of all positive integers is the union of 2 disjoint subsets {f(1),f(2),f(3),...}& {g(1),g(2),g(3),...}, where f(1)<f(2)<f(3)<.....& g(1)<g(2)<g(3)<...... g(n)=f(f(n))+1 for n = 1,2,3,...... What is the value of g(1)? |
Answer» The set of all positive integers is the union of 2 disjoint subsets {f(1),f(2),f(3),...}& {g(1),g(2),g(3),...}, where f(1)<f(2)<f(3)<.....& g(1)<g(2)<g(3)<...... g(n)=f(f(n))+1 for n = 1,2,3,...... |
|