CAT Question of the Day #3
Competitive Exams, Question of the Day August 9th, 2009
The function f(A, B) is a function of two positive integers A and B. It is known that f(1, 0) = f(0, 1), that f(0, k) = k + 1 (for natural number k) and that f(A, B) = f(A − 1, f(A, B − 1)). What is the value of f(1, 1500)?
Tags: CAT, Question of the Day
About