Formulas without efficient algorithms?

36 Views Asked by At

Suppose the fastest known method to multiply two decimal numbers is an exponential time algorithm. Would it still be beneficial to mathematics having formulas like the following for positive integers?

$$\sum_{i=1}^n i = \frac {n(n + 1)}{2}$$