SOLUTION: I would like to know the formula for this sequence 1, 3, 12, 48

Algebra.Com
Question 1003187: I would like to know the formula for this sequence 1, 3, 12, 48
Answer by Edwin McCravy(20056)   (Show Source): You can put this solution on YOUR website!
1, 3, 12, 48
If we ignore the 1, and look at the next three terms,
we can see that they form a geometric series with
common ratio 4.  But the first term would have to be
3/4, not 1.  It would be easy to find a formula for

3/4, 3, 12, 48 

an = ceiling(3*4^(n-2))

But hey!, we can make 3/4 become 1 by rounding it up to the
next integer.  Since all the other terms are integers,
we can simply use the the ceiling or "round up" function, as
it does not affect integers.  The ceiling function is usually 
denoted by a square bracket with the bottom part missing.  
I'll just indicate it on here by "ceiling( )"

So a formula is

an = ceiling(3*4^(n-2))

Edwin

RELATED QUESTIONS

Hi I would like know how to get the formula for this sequence 5;6;8;11;15 (answered by rothauserc,addingup,MathTherapy)
I would like to know what formula can I use to solve the nth term of this particular... (answered by Edwin McCravy,rothauserc)
HI! I would like to know this log3 (2x+1) +log3 (2x+1)^3... (answered by Alan3354)
Find all geometric sequences in which t3 + t4 = 36 and t5 + t6 = 144 I know one... (answered by MathLover1)
i would like to know how to solve THE FORMULA FOR THE NTH TERM OF THE ARITHMETIC... (answered by ikleyn)
Hi i would like to know the general formula for the sequence 1, 4, 2, 8, 4, 16, 8, 32. I (answered by Alex.33)
What is the explicit formula for this sequence: {9, 3, 1, 1/3...}? I know that the... (answered by scott8148)
what would be the answer to this? Write a rule for each sequence. 1, -1/3, 1/9, -1/27, (answered by ewatrrr)
Write the explicit formula for the sequence 3, 12, 48,... (answered by scott8148)