New Reply

What is the next number in the sequence?

 
Share Thread
Jun2-08, 06:13 PM   #1
 

What is the next number in the sequence?


2, 8, 62, 622, 7772, ....
PhysOrg.com science news on PhysOrg.com

>> Leading 3-D printer firms to merge in $403M deal (Update)
>> LA to give every student an iPad; $30M order
>> CIA faulted for choosing Amazon over IBM on cloud contract
Jun3-08, 01:36 PM   #2
 
116584?
Jun3-08, 01:57 PM   #3
 
Blog Entries: 1
I get

117644
n^(n-1) - n + 2

eom
Jun3-08, 02:47 PM   #4
 

What is the next number in the sequence?


Quote by jimmysnyder View Post
I get

117644
n^(n-1) - n + 2

eom
Ahh, good work, you're right.
Jun3-08, 10:17 PM   #5
 
Yes, jimmysnyder got it. Well done mate.
Jun4-08, 09:01 AM   #6
 
Quote by jimmysnyder View Post
I get

117644
n^(n-1) - n + 2

eom
And quick too,
did you use any "special logic” to guide your judgment to a solution
or was it random attempts and personal "feel".
Jun6-08, 06:40 AM   #7
 
Got it too, love these brain teasers!

I first noticed there was exponential growth involved, I tried dividing the terms and noticed that the quotient of a term and its predecessor was increasing. I then did som algebra and noticed that expressions of the form n^A has a quotient approaching 1 as n approaches infinity, which doesn't fit this case. I then tried n^n and found that it met the increasing-quotient criteria, but the actual numbers for the cases of n = 1, 2, 3, 4 .. were a bit off. I then realised that it had to be n^(n-1) which gave me an almost perfect fit, except for a linearly increasing difference. This last term turned out to be (-n + 2). The next number therefore has to be n^(n-1) - n + 2 = 7^6 - 7 + 2 = 117644

When I do these kinds of puzzles I like to forget my knowledge of calculus and series and just do it the way I did when I was smaller and there was an exciting number-quiz in the newpaper. :)
Jun6-08, 07:05 AM   #8
 
Admin
11111. These are roots of the following polynomial:

[tex]f(x) = x^6-19577x^5+99504914x^4-60788218692x^3+3929719423336x^2-34258540436320x+53282917476608[/tex]



Borek
--
http://www.chembuddy.com
http://www.ph-meter.info
Jun6-08, 07:07 AM   #9
 
Ah, how could I have missed something so obvious!
Jun6-08, 07:18 AM   #10
 
Blog Entries: 1
Quote by RandallB View Post
And quick too,
did you use any "special logic” to guide your judgment to a solution
or was it random attempts and personal "feel".
The fact that 8, 62, and 622 are all close to small powers of small integers, and off by 1, 2, and 3 was the key for me.
Jun6-08, 07:24 AM   #11
 
Blog Entries: 1
Quote by Borek View Post
11111. These are roots of the following polynomial:

[tex]f(x) = x^6-19577x^5+99504914x^4-60788218692x^3+3929719423336x^2-34258540436320x+53282917476608[/tex]
That's quite a coincidence. It turns out that 11111 is also the next number in the sequence:

1 -19577 99504914 -60788218692 3929719423336 -34258540436320 53282917476608
Jun6-08, 08:02 AM   #12
 
Admin
TBH that's not my idea. I believe originally it was claimed that 17 is the next number in every sequence, but I don't remember who was the author.
Nov14-10, 08:39 PM   #13
 
Hi Borek and others - I just happened on this forum a couple of days ago. Maybe you all are way ahead of me...or maybe not. I thought it was common knowledge that any number can be a correct number in a series sequence like these. Almost like Borek says, except, "...17 can be...", rather than, "...17 is..." I think that can be chiseled in stone.
New Reply

Similar discussions for: What is the next number in the sequence?
Thread Forum Replies
Next Number in the Sequence. Brain Teasers 19
next number in a sequence Brain Teasers 9
Number sequence from GEB General Math 7
Number Sequence Brain Teasers 4
Just for fun : What's the next number in this sequence ? General Math 8