Tuesday, 18 December 2007

Sequence 2

Find the next term of the sequence:
1, 2,6,12,25, _


Hint: The answer is in 40's or 50's

Please give the logic as well as logic only would decide the correctness of the answer.

2 comments:

  1. man i give up...........
    jaise hi pata lage bata dena.

    ReplyDelete
  2. MAyank (RPF) has got the answer

    Its Tr=(fibonacci term)*r;

    T1=1*1=1
    T2=1*2=2
    T3=2*3=6
    T4=3*4=12
    T5=5*5=25
    T6=8*6=48

    Thus the answer is 48

    He gets 1 point

    ReplyDelete