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

Home > Numbers > Sequences
Next Numbers Please #7 (Posted on 2005-09-15) Difficulty: 4 of 5
What are the next two numbers in this sequence:

0, 6, 23, 56, 109, 184, 279, 384, 473, 488, ___, ___, . . .

See The Solution Submitted by Brian Smith    
Rating: 3.4000 (5 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution solution | Comment 6 of 9 |

Let n stand for the position in the sequence (n=1,2,3,4...) and let d[n] be the value of the nth number in the sequence.  Establish the initial value of variable a for n=0:

a[0]=5;

The terms in the sequence can be found for n¡Ý1 by the equation

d[n]=d[n-1]+c[n]

where the relationship between variables a,b,c and d are:

c[n]=c[n-1]+b[n];

b[n]=b[n-1]+a[n];

a[n]=a[n-1]-(2^n-1).

The solutions for n=11 and n=12 are:

307, -320

I hope this makes sense.  The 13th number in the sequence would be -1899.


  Posted by Mindy Rodriguez on 2005-10-30 11:01:25
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 (9)
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