Answer:
91, 140, 204
Explanation:
To use the method of finite differences to find the next terms of the sequence, you must determine the differences between the terms, and the differences of those, down to the level where the differences are constant.
Then those values are propagated back upward to find the next terms of the sequence.
In the attachment, the numbers on each row are such that the row below is the difference of adjacent terms.
__
Additional comment
Here, the 3rd row has differences that are constant. That means the original sequence can be defined by a 3rd-degree polynomial. That polynomial can be written ...
y = (x/6)(2x^2 +3x +1) . . . . where x is the term number: 1, 2, 3, ...