UPD Nah, that won't work out, see Interpretation of $\sum_{i=1}^n i$ I assume the answer is it is impossible.
OLD
I'm quite amazed, but the essential part is done and it turned out to be really easy in some sense. Now I just don't understand why I didn't get it earlier.
First, a bit of reminder:
$$\sum_{i=1}^n i^2 = \frac{n(n+1)(2n+1)}{6}$$
Straightforward analogy with calculus to find the antiderivative of $x^s$ for $s \in \{1,2,3\}$:
$$\sum_{i=1}^{\frac{x}{\Delta x}} (i \, \Delta x) \, \Delta x = \frac{x(x + \Delta x)}{2} \to \frac{x^2}{2}$$
$$\sum_{i=1}^{\frac{x}{\Delta x}} (i \, \Delta x)^2 \, \Delta x = \frac{x(x + \Delta x)(2x + \Delta x)}{6} \to \frac{x^3}{3}$$
$$\sum_{i=1}^{\frac{x}{\Delta x}} (i \, \Delta x)^3 \, \Delta x = \frac{x^2 (x + \Delta x)^2}{4} \to \frac{x^4}{4}$$
Thus the candidate rule to find algebraic antiderivative of polynomial $P(t)$:
$$I_P(t, \Delta t) = \sum_{i=1}^{\frac{t}{\Delta t}} P(i \, \Delta t) \, \Delta t $$
$$\int P(t) \, dt = I_P(t,0)$$
However I don't know yet how to interpret this formula. Actually I don't even know what is for example
$$1,2,3, \ldots, n,$$
and what is
$$\sum_{i=1}^n i^2$$
The only thing I know it gives something from $\mathbb Q[n]$, or maybe $\mathbb Z(n)$:
$$\frac{n(n+1)(2n+1)}{6}$$
Basically I need to learn what algebraic structures are the things mentioned belong to and what operations from this structures were engaged. By the way these questions are valid also for the differentiation.