For a Fibonacci sequence, from the third term onwards, each term is the sum of the previous two. If the difference in squares of the 7th and 6th terms is 517, what is the 10th term?
Show Hint
Use Fibonacci identities: $F_{n+1}^2 - F_n^2 = F_{n-1}F_{n+2}$.