One of the easiest ways to check for a geometric sequence is to see if the ratio is the same between elements.
With your first sequence 1,1,2,3,5,8,13 - you take the second element and divide it by the first 1/1 = 1, now we take the third element and divide it by the second 2/1 = 2. Since the ratio is not the same, it is not a geometric sequence.
Your second sequence 5,10,15,20,25 is also not a geometric sequence because 10/5 = 2 and 15/10 = 3/2.
Your third sequence -9,-3,-1,-1/3,-1/9,-1/27 is a geometric sequence because -3/-9 = 1/3 and -1/-3 = 1/3.
Your last sequence 10,5,2.5,1.25,0.625,0.3125 is a geometric sequence because 5/10 = 1/2 and 2.5/5 = 1/2.