All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Just Math
Similar Sequence Sum! (Posted on 2004-10-07) Difficulty: 3 of 5
The Fibonacci numbers are 0, 1, 1, 2, 3, 5, 8, 13...; starting with 0 and 1, each number is the sum of the two previous numbers.

The Lucas numbers follow the same rule, but start with 2 and 1: 2, 1, 3, 4, 7, 11, 18,...

What's the sum of the first k Lucas numbers?
What's the sum of the squares of the first k Lucas numbers?

See The Solution Submitted by Old Original Oskar!    
Rating: 2.0000 (5 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution Solution | Comment 1 of 6
Fixed a minor sign error.

The sum of the first k Lucas numbers is Lk+2-1.  This can be seen by simple induction; it is clear when k=1, and we note that (Lk+2-1) + Lk+1 = (Lk+1+Lk+2)-1 = Lk+3-1.

The sum of the squares of the first k Lucas numbers depends on whether k is even or odd.  If k is odd, it is given by (L2k+3), while if k is even, it is given by (L2k+1).  I'm afraid I'm not sure how to show this by simple induction, so I'll have to break out a bit more sophisticated tricks:

Let p= (1+sqrt(5))/2, and q=(1-sqrt(5))/2.  We can show by a straightforward induction (omitted here) that Lk=p^(n-1)+q^(n-1).  Since pq=-1, this means that

Lk^2=p^(2n-2)+q^(2n-2)+2(-1)^(n-1). 

Summing the squares of the first k Lucas numbers then gets us

(1+p^2+p^4+...+p^(2k-2)) + (1+q^2+q^4+...+q^(2k-2)) + x,

where x is 2 if k is odd and 0 if k is even.  Summing the infinite geometric series gets us

(p^(2k)-1)/(p^2-1) + (q^(2k)-1)/(q^2-1) + x,

or using the fact that p^2-p-1=q^2-q-1=0,

(p^(2k)-1)/(p) + (q^(2k)-1)/(q) + x,

or using the fact that pq=-1 again,

p^(2k-1)+q^(2k-1)+(p+q)+x.

Since p+q=1, this gives us the desired solution.

Edited on October 7, 2004, 1:37 pm
  Posted by David Shin on 2004-10-07 12:47:41

Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (24)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information