Proof: Fibonacci Sequence Sums to Squares

  • Context: Graduate 
  • Thread starter Thread starter Euler_Euclid
  • Start date Start date
  • Tags Tags
    Sequence
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
Euler_Euclid
Messages
10
Reaction score
0
if [tex]a_1, a_2, a_3 ....[/tex] belong to the fibonacci sequence, prove that

[tex]a_1a_2 + a_2a_3 + ... + a_{2n-1}a_{2n} = (a_{2n})^2[/tex]
 
Mathematics news on Phys.org
If you are familiar with mathematical induction then that's the way to go with this one. Using the recursion equation ([itex]a_{2n} + a_{2n+1} = a_{2n+2}[/itex] etc) should let you make the inductive step fairly easily.

BTW. Is this homework ?
 
Are you familar with mathematical induction?
 
Is there any other method other than this?