prompt
stringlengths
152
295
completion
stringlengths
8
57
Here are some numbers in sequence: 881, 644, 612, 880, 127, 482, 654. Extend it with a maximum of 10 new numbers (up to 3 digits each). Return the numbers in the following format: (number_1, number_2, ...). Skip any explanation and give only numbers.
(123, 987, 564, 321, 789, 456, 741, 852, 963, 159)