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

Home > Numbers > Sequences
A bizarre sequence (Posted on 2003-07-28) Difficulty: 4 of 5
Here's a sequence:

2, 4, 8, 13, 20, 29, _, _.

What numbers go into the blanks, and what is the rule for the sequence?

See The Solution Submitted by Lewis    
Rating: 3.5000 (4 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution Explanation | Comment 11 of 14 |
This is just to clarify ohad's solution, since it's not exactly clear, but I think it was what Lewis was looking for..

First, consider a function:
f(n+1) = f(n) - n
Where f(0)=2, this gives the sequence:
2, 2, 1, -1, -4, -8, -13

Now, consider a sequence, for which S0=2, and
Sn+1 = Sn + Sn-1 + f(n)

Now, we have:

n f(n) Sn
0 2 2
1 2 4 = 2 + 2
2 1 8 = 2 + 4 + 2
3 -1 13 = 4 + 8 + 1
4 -4 20 = 8 + 13 - 1
5 -8 29 = 13 + 20 - 4
6 -13 41 = 20 + 29 - 8
7 -19 57 = 29 + 41 - 13
8 -26 79 = 41 + 57 - 19

So, the numbers in the blanks should be 41 and 57.
  Posted by DJ on 2003-07-29 12:56:08
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 (8)
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