First time here? Check out the FAQ!
answered 2013-12-08 23:35:25 +0100
Try this:
[x^14 + x^i + x^j for i in range(1,14) for j in range(1,14) if j<i]