Found a series problem online, extremely hard to solve. help

  • Context: High School 
  • Thread starter Thread starter some_letters
  • Start date Start date
  • Tags Tags
    Hard Series
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 4K views
some_letters
Messages
54
Reaction score
0

Homework Statement

What is the next number in the following series?
1 2 12 48 216 936 4104 17928 78408 342792 ____________

Homework Equations


I haven't any idea

The Attempt at a Solution



power's of two, powers of three, prime numbers. I am beat

it can be found on this test --->http://www.mental-testing.com/

Mod's, I am sorry if this is in the wrong sub-directory. I couldn't figure out where else to put it.
 
Last edited:
Mathematics news on Phys.org
All the numbers except the first two are divisible by 3.

Start with the first two numbers in the sequence (1 and 2) as being given.

Take 1 and double it: you get 2.

Add this to 2: you get 4.

Multiply the result by 3: you get **12**

Repeat these three steps over and over again, just shifting your position in the sequence forward by one number each time. For example:

2*2 = 4
4 + 12 = 16
16 * 3 = **48**

12*2=24
24+48 =72
72*3 = **216**

48*2 = 96
96+216= 312
312*3 = **936**

etc.

More generally, if ai is the ith number in the sequence, with a1 = 1 and a2 = 2, then:

ai = 3 [2*ai-2 + ai-1 ] for i ≥ 3

ai = 6ai-2 + 3ai-1

EDIT: and by the way, "Pre-calculus Mathematics" would have been a good sub forum to post this thread in since 1) it is mathematics and 2) it is the type of math that comes before learning calculus.

EDIT 2: based on this, I predict the next number in the sequence to be 1,498,824
 
Last edited:
Thanks Cehpeid, I realized that every number was divisble by 2,3, and 12. I never thought to include the previous two terms.
 
Last edited: