Proof: Fibonacci Sequence Sums to Squares

  • Context: Graduate 
  • Thread starter Thread starter Euler_Euclid
  • Start date Start date
  • Tags Tags
    Sequence
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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 ?
 
Is there any other method other than this?