Oh, I see what you're doing now.
You can actually work out the nth term of each line of the pyramid fairly easily by thinking about what each of the terms actually is. The first term on the second line is the second term on the first line subtracted by the first term on the first line. More generally, the nth term on the second line is the (n+1)th term on the first line subtracted by the nth term on the 1st line.
More generally still, the nth term on the mth line is the (n+1)th term on the (m-1)th line subtracted by the nth term on the (m-1)th line.
You know the nth term of the 1st line, so you can use that to algebraically work out the nth term of the second line.
nth term {2}= (n+1)/(n+2) - n/n+1 = (n+1)² - n(n+2)/[(n+1)(n+2)] = 1/(n+1)(n+2), which is what you have.
Now you can use that to work out the nth term of the 3rd line.
nth term {3}= 1/(n+2)(n+3) - 1/(n+1)(n+2) = [(n+1)-(n+3)]/[(n+1)(n+2)(n+3)] = -2/(n+1)(n+2)(n+3). If you just want the difference and don't care about which of the two numbers on the row above is the bigger one, then you can get rid of the minus sign.
And then you can use that to work out the nth term of the 4th line, then use that to work out the nth term of the 5th line, etc.