left-truncable-prime Algorithm to find the longest left-truncable-prime, such as 612113 : 612113 is prime 12113 is prime 2113 is prime 113 is prime 13 is prime 3 is prime But there is a longer and even a longest prime, the given python code calculates it.