Next Number in the Sequence: What is the next number in this sequence?

  • Thread starter trancefishy
  • Start date
  • Tags
    Sequence
In summary, according to the summarizer, the sequence is a combination of 4 sequences triggered by four input numbers. The first two numbers in the sequence, 4 and 8, have an amorphous behavior that sets the basic rule for the rest of the sequence. For the first input, 4, the sequence is 4, 4*(4-1)*1, 4*(4-1)*2, 4*(4-1)*3, 4*(4-1)*4, 4*(4-1)*5, so on. For the second parameter, 8, the sequence is 8, 8*2 + Z, 8*3 + Z, 8*4 + Z, so on
  • #1
trancefishy
75
0
You know the routine, what is the next number in this sequence.

4, 8, 9, 10, 12, 16, 18, 20, 24, 25, 27, 28, ...

I think that I would rate this as difficult.
 
Physics news on Phys.org
  • #2
Okay, well I prime-factored first the list of numbers that weren't in the sequence, then those that were in:

1, 2, 3, 5, 6, 7, 11, 13, 14, 15, 17, 19, 21, 22, 23, 26,
1, 2, 3, 5, 2x3, 7, 11, 13, 2x7, 3x5, 17, 19, 3x7, 2x11, 23, 2x13

4, 8, 9, 10, 12, 16, 18, 20, 24, 25, 27, 28
2x2, 2x2x2, 3x3, 2x5, 2x2x3, 2x2x2x2, 2x3x3, 2x2x5, 2x2x2x3, 5x5, 3x3x3, 2x2x7

The list of numbers in the sequence all appear to have prime factorizations with a repeated factor, and the list of non-elements does not EXCEPT the above characterization fails for 10, which appears to be the only anomaly. What's so special about 10?

Bah! There's probably nothing special about 10, and even though the above solution is "off by 1" and seems tempting to think it's close, chances are its not, so I shouldn't get hung up on it. I'll have to keep thinking.
 
  • #3
I'm annoyed 25 comes before 27 in the original sequence. :frown:
 
  • #4
If all we want is "the next number" and not an infinite sequence then we can find rules that apply to this number only. Example: when a number plus 4 (the starting point) is an integer multiple of 8 then add 4. After 4: 8. After 12: 16. After 20: 24. So after 28: 32. There must be others like it.
 
  • #5
AKG: That is the first direction I headed with this as well, and really couldn't find any patterns right off having to do with primes. I have a good feeling that primes are somehow involved in the solution.

Also, this is a non-trivial problem. There is something interesting actually going on with this sequence of numbers. If you would like more terms of the sequence, I'd be happy to give them to you. I stopped where I did rather arbitrarily.
 
  • #6
trancefishy said:
If you would like more terms of the sequence, I'd be happy to give them to you.
Yes please.
 
  • #7
AKG, I feel like a total ass. 10 is not in the sequence. I noticed that today while going over this again, and immediately thought of what you said, and wondered if 10 was the number. Sure enough. I should have taken note of that and checked 10. Flagrant mistake on my part.


I would imagine that you have solved the problem.

My work with this sequence is still far from over, though.
 
  • #8
According to me the sequence is a combination of 4 sequences triggered by four input numbers,in this case these four no.'s are ---4,8,9,10.
these sequnces follow there own rules unaffected by others.
All have only one thing in common that there first two numbers show anamolous behaviour setting the basic rule for the rest.
For the first input------4 ,the sequence is 4 , 4*(4-1)*1 , 4*(4-1)*2 ,4*(4-1)*3 ,4*(4-1)*4 ,4*(4-1)*5 so on Giving the sequence as 4,12,24,36,48,60 ...
For the second parameter----------- 8 ,the sequence is 8 , 8*2 + Z , 8*3 + Z , 8*4 +Z so on such that Z = (n-1) \ 2 ( where n is the no. of term) and Z belong to

integers .If Z is not an integer it is taken as 0 .This means that n is defined only for odd integers. .e.g. for n= 2 the term is given by T = 8*2 + (2-1)\2 .Taking Z=0

as z is not integeral for n=2 we get T =16. This rule gives the sequence as follows ------ 8 , 16 , 25 , 32 , 42 ...
For the third parameter -------------------9 the rule is the simplest -9*1 ,9*2 , 9*3 ,9*4 ,9*5 so on to give the sequence as 9,18,27,36,45,54 ....
For the fourth parameter ------------------------10 , The rule is 10 , 10*2 - X , 10*2 - X , 10* 3 -X so on such that X = [n - { (n -1) \2 } ] where n is the no. of term and

the part in curly brackets i.e. A={ (n -1) \2 } is the smallest integer greater than or equal to A itself. e.g. for n = 2 the term is calculated as T=10*2 - [2 - { (2 -1)\2 }

] =20 - 0 = 20 to give the sequence as follows -----------10, 20 , 28 , 38 ...
The four sequeces obtained are -----
4, 12, 24, 36, 48 ...
8 , 16 , 25 , 32 , 42 ...
9, 18, 27, 36, 45...
10, 20 , 28 , 38, 47 ...
Combing the correspong terms in the above written sequeces we get the final sequence as -------------
4,8,9,10,12,16,18,20,24,25,27,28,36,32,36,38,48,42,45,47,...
Note that the the sequence doesnot follow any increasing decreasing p[attern as it is a combination of several independent sequences.
I hope my thinking is right .
Do notify me or my rights and wrongs .
Akash
 
  • #9
Wow. That is just a bit too complicated. It also doesn't work. Sorry, but 10 is not in the sequence as I stated in my last post, but it's understandable that you didn't want to read down since you were solving the puzzle. With 10 in the sequence, it's something radically different, so your solution is correct in that regard.

The sequence as I intended it (no 10) is the sequence of "n"s for the integers mod n such that that ring has a nonzero nilpotent. a nilpotent is an element of a ring such that a^2=a. If you check this out, you will see that in the integers mod 4, 2^2=4=0. In the integers mod 6, the only nilpotent is zero.

To characterize the "n"s (and the sequence above) you prime factor. If the integer in question has a prime factor raised to the 2nd power or higher, it will have a nonzero nilpotent(s).
 
  • #10
i got 40.

my work looks like this; good luck figuring it out, and let me know what you think. it's probably wrong anyways.

4, 8, 9, 10, 12, 16, 18, 20, 24, 25, 27, 28, ... 40

4 1 1 2 / 4 2 2 4 / 1 2 1 12/


8 12 16


basically, if you take the differences of the numbers given, you get my second row of numbers (4,1,1,2,4,2,2,4...)

divide them into sets of four (i have done this here using slashes,) and find the sum of the differences for each set. for each set, the sum increases by 4 when going from left to right. so what i found, is that the sum of a set of 4 differences from the original numbers is 4 more than the previous set of differences' sum.

am i right or totally off?
 
  • #11
nabeelr said:
am i right or totally off?

I think that one way to think about these problems is that, when you get the right answer, it will be obvious- OK, not obvious - there will be no doubt in your mind. If you just find some pattern and try to extrapolate, but aren't sure, then you're likely barking up the wrong tree.
 
  • #12
4x1 (jump 1) 4x2 (jump 3) 4x3 (jump 1) 4x4 (jump 2) 4x5 (jump 1) 4x6 (jump 3) 4x7...

...(jump 1) 4x8

= 32

I doubt this answer though, it's trivial.
 
  • #13
I also think 32

And if that's correct, is the following number 34?
 
  • #14
Not square-free numbers
 
  • #15
mr. vodka said:
I also think 32

And if that's correct, is the following number 34?

No! Mr. vodka;

The next others after 32 are: 36,37,38,40,44,46,48,52,53,55,56,60,…
This sequence can be grouped into three subgroups or subsets.
A: [32,36,37,38,40], B: [40,44,46,48,52], C:[52,53,55,56,60]
The sequential order of increase differs as the sequence enters the next subset.
To my understanding the following are the rules of increase of each subgroup or subset:
Subset A:{4,1,1,2}; B:{4,2,2,4}; C:{1,2,1,4}
The beginning number of each subset is being picket from the last sequence of each subset. The order is cyclic of subset A>B>C>A>B>C.
e.g.
A :{ a, a+4, a+5, a+6, a+8};
 B :{ [a+8], [a+8] +4, [a+8] +6, [a+8] +8, [a+8] +12};
 C:{ [a+8]+12,([a+8]+12)+1,( [a+8]+12)+3,( [a+8]+12)+4,([a+8]+12)+8}

OR
A:{x+4,x+5,x+6,x+8};  B:{x+12,x+14,x+16,x+20};  C:{x+21,x+23,x+24,x+28}

We now need to find a generic formula for this
 
Last edited:
  • #16
4, 8, 9, 10, 12, 16, 18, 20, 24, 25, 27, 28, 30, 32, 36.

and it ends there.

the problem is thinking you start with 4, you don't.

you start with 16, and focus on 20.
16+4(the first number)=20

then it follows

16+8=24
16+9=25

then, after 3 you jump to 18 and skip the first 2 numbers in the sequence:

18+9=27
18+10=28
18+12=(30)
then you jump to 20 and jump 2 more:

20+12=32
and then, the final way to prove you're right, the check,
the last calculation before the pattern begins to collapse upon itself:

20+16=36

which is 6 squared, and follows the square rule in the pattern.

to put it simply:

start with 16, add the first 3 sequences, 20, 24, 25
then go to 18, skip the first 2 sequences, and do the next 3.
then jump to 20, skip the next 2 sequences, (or the first 4), and do the next 2, as that's all you need to check it and it eventually collapses in on itself, to where you get 32 and 36, which ultimately proves the pattern.

rough stuff.
 
  • #17
I think the next number in the sequence may be 30.

It seems that the numbers in the sequence are all created as a result of prime factors. For example:

4= 2,2
8=2,2,2
9=3,3
10=2,5
12=2,2,3
16=2,2,2,2
18=2,3,3
20=2,2,5
24=2,2,2,3
25=5,5
27=3,3,3
28=2,2,7

If this is correct then 2,3,5 = 30

I could be wrong of course.
 
  • #18
what is the next numbers of 3,12,39,40,45,49
 
  • #19
find next sequence of 3,12,39,40,45,49,
 
  • #20
MUKUL HANDA said:
find next sequence of 3,12,39,40,45,49,

Wait, this one I know.

A: Same as post 18.


Woot! Nailed it!
 

1. What is the purpose of finding the "Next Number in the Sequence?"

The purpose of finding the "Next Number in the Sequence" is to identify a pattern or rule that governs a given sequence of numbers. This can help predict the next number in the sequence and can be applied to solve various mathematical and scientific problems.

2. How do you determine the rule for a sequence of numbers?

To determine the rule for a sequence of numbers, you need to examine the pattern of the numbers and look for any recurring differences or similarities between them. This can be done by listing out the numbers, looking for any arithmetic or geometric progressions, or by using algebraic equations.

3. Is there a specific method or formula for finding the next number in a sequence?

There is no one specific method or formula for finding the next number in a sequence. It depends on the type of sequence and the complexity of the pattern. Some common methods include using algebraic equations, counting by multiples, or using geometric shapes and patterns.

4. Can the "Next Number in the Sequence" be predicted with 100% accuracy?

No, the "Next Number in the Sequence" cannot always be predicted with 100% accuracy. This is because there may be multiple possible rules or patterns that can fit a given sequence of numbers. Additionally, the sequence may be based on a real-life scenario that is subject to change or unpredictability.

5. How can finding the "Next Number in the Sequence" be applied in real life?

Finding the "Next Number in the Sequence" can be applied in various fields, such as mathematics, physics, and computer science. It can help solve problems involving patterns and predictions, such as forecasting future trends or analyzing data. In everyday life, it can also be used in activities like puzzles, games, and even music composition.

Similar threads

Replies
3
Views
459
Replies
5
Views
396
  • Precalculus Mathematics Homework Help
Replies
7
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
8
Views
1K
  • General Discussion
Replies
11
Views
1K
Replies
4
Views
882
  • General Discussion
Replies
4
Views
2K
  • General Math
Replies
1
Views
1K
  • Precalculus Mathematics Homework Help
Replies
2
Views
4K
  • General Discussion
Replies
12
Views
2K
Back
Top