sorry, floor 18th's answer is wrong,
this is much more complex than i have thought,
but floor 16th is also wrong,
f0=0,f1=1,f2=3,f3=5,f4=9,f5=13, f'3=7,f'4=15
f(n+1)=min{f(m)+f(n-m)}*2+1 ???
f(2k+1)=(2*f(k))*2+1, f(2k)=(f(k-1)+f(k))*2+1
f6=(f3+f2)*2+1=17, f7=f3*4+1=21?,
f7=25, f7=(f4+f2)*2+1=25, f7=(f3+f'3)*2+1=25
f8=(f4+f'3)*2+1=33, f8=(f5+f2)*2+1=33,
f9=(f5+f'3)*2+1=41, f9=(f6+f2)*2+1=41,
f10=(f6+f'3)*2+1=49, f10=(f7+f2)*2+1=57?
tomorrow continue,