>
Each element of the sequence is a polynomial, but the sequence of polynomials grows exponentially.Bringing this back to the original comment about nesting loops, perhaps what you're describing is some sort of metaprogramming that dynamically generates increasingly deeply nested loops based upon the size of the input. If someone were to write that program then yes, it would be exponential.
In the far more common case of a programmer nesting a few loops, the resulting run-time would be polynomial, not exponential.