The Fibonacci sequence Fn is defined as follows:
F1=F2=1,F(n+2)=F(n+1)+Fn where n is any natural number.
Prove that for any natural numbers n and k greater or equal to 3, F(kn) is a
multiple of Fk
Hint:Show that F(kn)=Fs.F(kn-s+1)+F(s-1).F(kn-s) where 2 smaller than
or equal to s, s smaller than or equal to k