prompt
stringlengths
151
295
completion
stringlengths
2
57
I have this number sequence: 934, 333, 793, 386, 106, 321, 579, 308. Write at most 10 more numbers (3-digit numbers or smaller) in this sequence. Provide the numbers separated by commas. Return the numbers exactly as requested, nothing else.
343, 715, 347, 748, 348, 758, 375, 809, 379, 827
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.
(624, 879, 611, 878, 126, 481, 653, 877, 610, 876)