Determine all possible positive integer base(s) T such that:
(111)T = (aabbcc)6, where each of a, b and c denotes a different base 6 digit from 0 to 5 and, a is not zero.
Note: Try to solve this problem analytically, although computer program/ spreadsheet solutions are welcome.