The function f(n) satisfies f(1) = 1 and f(2n + 1) = f(n) + 2 for n >= 0. Find f(15).
f(3)=3
f(7)=5
f(15)=7