Another number series

Another number series

Posers and Puzzles

Cookies help us deliver our Services. By using our Services or clicking I agree, you agree to our use of cookies. Learn More.

b

Joined
04 Oct 06
Moves
11845
22 Apr 08

Originally posted by forkedknight
479, the 72nd prime number after 71
CORRECT!

Counting by primes:

1
3

(skip 1 prime number)

3
13

(skip 3 prime numbers)

13
71

(skip 13 prime numbers)

71
479

(skip 71 prime numbers)

m

Joined
07 Sep 05
Moves
35068
22 Apr 08

Reminds me of a problem I was once set at school. What comes next: 1, 8, 27, 64...

I gave 117. The difference between consecutive numbers is 7, 19, 37: the 4th, 8th and 12th prime numbers. So, of course, the next difference is the 16th prime number: 53.

Perfectly logical, and completely missing the obvious solution!

R
Standard memberRemoved

Joined
10 Dec 06
Moves
8528
22 Apr 08
2 edits

Originally posted by mtthw
Reminds me of a problem I was once set at school. What comes next: 1, 8, 27, 64...

I gave 117. The difference between consecutive numbers is 7, 19, 37: the 4th, 8th and 12th prime numbers. So, of course, the next difference is the 16th prime number: 53.

Perfectly logical, and completely missing the obvious solution!
The pattern is also cubes of the natural numbers, how can one solution be chosen over the other.... ?

Edit: nevermind you were wrong..lol🙂😵

Edit again: that math teacher should have given you credit for looking to deeply

F

Joined
11 Nov 05
Moves
43938
22 Apr 08

So what is the next number of a serie of numbers?
Any number is correct if you do have a well motivated method for chosing that number.
This means that the authors choice of next number is only one of many solutions.

What is the next number after 7, 5, 5, 4 ?
The correct solution is 7, but why?
And what is the next number after that?

I can imagine that you can come up with a very plausible solution, without even being near to mine. The number is not interesting, the method is.

f
Defend the Universe

127.0.0.1

Joined
18 Dec 03
Moves
16687
22 Apr 08

Originally posted by mtthw
Reminds me of a problem I was once set at school. What comes next: 1, 8, 27, 64...

I gave 117. The difference between consecutive numbers is 7, 19, 37: the 4th, 8th and 12th prime numbers. So, of course, the next difference is the 16th prime number: 53.

Perfectly logical, and completely missing the obvious solution!
There's a similar pattern with the squares of numbers:
1, 4, 9, 16, ... have differences of
1, 3, 5, 7, ...

b

Joined
04 Oct 06
Moves
11845
22 Apr 08

Originally posted by forkedknight
There's a similar pattern with the squares of numbers:
1, 4, 9, 16, ... have differences of
1, 3, 5, 7, ...
the differences are odd, not prime, right?

f
Defend the Universe

127.0.0.1

Joined
18 Dec 03
Moves
16687
24 Apr 08
2 edits

Originally posted by brobluto
the differences are odd, not prime, right?
right, they are all consecutive odd numbers

My point was I did something similar to mattw in school given the sequence of squares.

m

Joined
07 Sep 05
Moves
35068
24 Apr 08
1 edit

Originally posted by forkedknight
right, they are all consecutive odd numbers

My point was I did something similar to mattw in school given the sequence of squares.
The difference is that yours was the right solution - the difference between consecutive squares are consecutive odd numbers (easy enough to prove). In my case I came up with a completely different sequence that happened to coincide for the first few numbers.

J

In Christ

Joined
30 Apr 07
Moves
172
24 Apr 08

You know, any of these "find the next number" series can be solved with a polynomial, which can be found with finite differences. Who could say that answer would be wrong?

g

Joined
15 Feb 07
Moves
667
24 Apr 08
2 edits

Determining the next number in a sequence where the rule is not given is an inductive exercise.

What this means is that you have to determine the rule from the given facts, rather than determining the facts from a given set of rules (deductive problems).

Inductive reasoning problems have a curious property that they can never be proven absolutely, for any set of facts, there are an infinite number of diverging rules which can account for them. The reason many 'next-in-sequence' problems are deemed acceptable is that for the given sequence, there may be one particular rule is particularly elegant, simpler, and less arbitrary than any other potential rule, and which most people would agree is the best solution.

1, 4, 9, 16, 25,.. is recognized as the sequence of squares for example.

1, 1, 2, 3, 5, 8, 13, .. is another pattern that has one particularly simple rule.

For the record, problems of the 'which doesn't belong' sort suffer even more heavily from the inductive nature of the problem type.