Ok, i managed to use rsa+rta+sra+sta+tra+tsa to show that (A+B+C)*P(a) - (AB+BC+CA)*P(a-1) + (ABC)*P(a-2) = P(a+1)
Where P(x) = Ax+Bx+Cx

From this i get:
p(1) = S
p(2) = S2 - 2T
p(3) = S3 - 3ST + 3U
p(4) = S4 - 4S2T + 4SU + 2T2
p(5) = S5 - 5S3T + 5S2U + 5ST2 - 5TU
p(6) = S6 - 6S4T + 6S3U + 9S2T2 - 12STU - 2T3 + 3U2

Where
S = A+B+C
T = AB+BC+AC
U = ABC

Now, the pattern at the start is really easy. (powers of S increase by 1, coeff. increase by one)
Even then 2-5-9 infront of the SxT2 is just combinations stuff, but i'm not sure how to explain the # of terms in p(6). Previously, the number of terms in each p() increased by one, but then it increases by two suddenly . It then only increases by one in p(7). Weird

Anyway, if anyone can see a pattern, post away...