Just thinking out loud here, didnt find anything useful:
Parentheses are what position each prime number is on a prime number list (so 5 is the third prime number and gets a 3 in the parentheses).
1122=2*3*11*17 (1,2,5,7)
3315= 3*5*13*17 (2,3,6,7)
8645= 5*7*13*19 (3,4,6,10)
17255 = 5 * 7*17*29 (3,4,7,11)
31031 = 7*11*13*31 (4,5,6,11)
85813=7*13*23*41 (4,6,9,13)
151487= 7*17*19*67 (4,7,8,19)
Doesn't seem to be any pattern I can figure out.