Fibonacci numbers have the property that: the sum of the first n numbers of a sequence is contained in the sequence. Do you know of others?
Actually the sequence G1=1, G2=2,for n=2,3,... Gn+1= Gn + ... + G2 + G1 trivially staifies that property. So, Fibonacci sequence is not unique in the above sense. Can you think of a sequence {Hk} such thatF1+F2+F3+...+Fn = Fn+2-1
On a tangent: Kolmogorov information complexity speaks of representations that can compress information effectively. Not only does the following set of characters "F1=1, F2=2 Fn+1= Fn + Fn-1" contain the entire Fibonacci sequence, but also the sum of its first n elements.H1+H2+H3+...+Hn = Hn+3 - c? for some constant c.
No comments:
Post a Comment