Two numbers are missing in this pattern:
2, 4, 11, 37, 153, ??, ???
What are they?
Let S(n) = nth term of the sequence.
Then, the relationship between successive terms of the sequence is given by:
S(i+1) =i*S(i) +i+1
So, that: S(2) = 1*S(1)+2 =1*2+2=4
S(3)= 2*S(2)+3=11
S(4)=3*S(3)+4= 37
S(5)= 4*S(4)+5=153
Consequently, the missing terms are:
S(6)= 5*S(5)+6=5*153+6=771
and: S(7) = 6*771+7= 4633