Meghan generates a superincreasing Markle-6-sequence as follows: She begins by setting a_(1)=1 and i=2. To generate the rest of the sequence, Meghan runs the following algorithm:

1. Set a_(2) = a_(1) + i = 1 + 2 = 3.
2. Set a_(3) = a_(2) + i = 3 + 2 = 5.
3. Set a_(4) = a_(3) + i = 5 + 2 = 7.
4. Set a_(5) = a_(4) + i = 7 + 2 = 9.
5. Set a_(6) = a_(5) + i = 9 + 2 = 11.

Therefore, the complete superincreasing Markle-6-sequence is a_(1), a_(2), a_(3), a_(4), a_(5), a_(6) = 1, 3, 5, 7, 9, 11.

Which of the following correctly describes the process Meghan uses to generate the superincreasing Markle-6-sequence?

A) Meghan sets a_(1) = 1 and i = 2 to start the sequence.
B) Meghan adds i to the previous term to generate the next term in the sequence.
C) Meghan generates the sequence by multiplying the previous term by i.
D) Meghan generates the sequence by subtracting i from the previous term.