Instead of tracking the differences between terms, check whether each number is a product of two consecutive integers. Testing 20: \(4 \times 5 = 20\). Testing 30: \(5 \times 6 = 30\). Testing 42: \(6 \times 7 = 42\). Testing 56: \(7 \times 8 = 56\). Testing 72: \(8 \times 9 = 72\). Every term fits the pattern of two consecutive integers multiplied together, with the smaller integer increasing by 1 each time: 4, 5, 6, 7, 8.
For the sixth term, the smaller integer continues the count to 9, so the value should be \(9 \times 10 = 90\).
Since every earlier term is the product of two consecutive integers increasing by one each time, the sixth term must be \(9 \times 10 = 90\).
Therefore, the correct answer is 90.
To find a formula for this sequence rigorously rather than by testing guesses, model each term as a quadratic in its position, \( T_n = An^2 + Bn + C \), and solve for the constants using the first three terms.
At \(n=1\): \(A + B + C = 20\). At \(n=2\): \(4A + 2B + C = 30\). At \(n=3\): \(9A + 3B + C = 42\). Subtracting the first from the second gives \(3A + B = 10\). Subtracting the second from the third gives \(5A + B = 12\). Subtracting these two results gives \(2A = 2\), so \(A = 1\). Then \(B = 10 - 3 = 7\), and from the first equation, \(C = 20 - 1 - 7 = 12\).
So the model is \( T_n = n^2 + 7n + 12 \). Checking against the fourth and fifth terms confirms it: at \(n=4\), \(16 + 28 + 12 = 56\), matching, and at \(n=5\), \(25 + 35 + 12 = 72\), matching as well. For the sixth term, \(n=6\): \(T_6 = 36 + 42 + 12 = 90\).
Solving the quadratic model algebraically and verifying it against every known term confirms the sixth term is 90.
Therefore, the correct answer is 90.