Today I was playing around with recurrence relationships. One famous example, of course, is the Fibonacci sequence, i.e. 1,1,2,3,5,8,13,21,... and so on.
So I decided to try to see if there is any 'pattern' for the way the prime numbers are ordered. ...