Query a database containing all good abc triples whose c value is less than or equal to 108.
A good abc triple is a set of 3 positive
integers a, b, c such that
where rad(n) is the product of all primes dividing n for n a
positive integer.
The ratio of a good abc triple is simply log(c)/log(rad(abc)). A good abc example usually means a good abc triple whose ratio is greater than 1.4.
The database contains all good abc triples with c value less than or equal to 108. The data is stored in a MySQL database and was generated using Python script files for SAGE.