Sequence completion 2

Write the next three numbers in the sequence below. Separate the three numbers with a space or comma:

The formula is: n(i) = 2n(i-1) - n(i-2) + n(3) - 2n(2) + n(1) .

n refers to a number in the sequence. i is the index or position of the number in the sequence.