How to express 1/(x(x+1)) in CVX, where x is a variable?

I see CVX has prod_inv so maybe prod_inv([x x+1]) should work. (Or whatever the correct Matlab syntax to make that list).