how to correctly compress expressions?

69 Views Asked by At

I don’t know mathematics well enough and I was faced with the task of rolling up such a thing. Could you tell me how to do this correctly? $$ \frac{3}{x^3 + 1} + \frac{5}{x^3 + 1} + ... + \frac{2x + 1}{x^3 + 1} $$

Original task