Hi Gordon,
It looks like the sequence. The "secret" is to figure out the pattern. In this case the pattern is based on the following:
ax+1 = 4(ax)-x
So if we begin with a1 = 2
a1 = 2
a2 = 4(2)-1 = 7
a3 = 4(7) - 2 = 26
a4 = 4(26) - 3 = 101
a5 = 4(101) - 4 = 400
a6 would be the next term
a6 = 4(400) - 5 = 1595