prompt
stringlengths
153
294
completion
stringlengths
2
84
We have this series of numbers: 881, 227, 556, 839, 830, 950, 465. Add maximum 10 more values (3-digit numbers or smaller) to continue the sequence. Return a space-separated list of numbers. Provide only the numerical values.
587 989 723 649 213 900 999 361 755 165
Here is a numeric sequence: 399, 631, 198, 695, 669, 351. Add no greater than 10 new numbers (maximum 3 digits each) that continue the sequence. Return a semicolon-separated list of numbers. No words, just numbers.
351, 352, 598, 695, 669, 351, 362, 353, 599, 695
We have this series of numbers: 799, 222, 710. Create a maximum of 10 more numbers (no more than 3 digits each) to extend the sequence Format as a simple comma-delimited sequence. Answer with numbers alone.
955, 288, 667, 333, 888, 444, 999, 555, 505, 666
Let's start with this sequence: 618, 926, 840, 157, 130. Please add at most 10 more numbers (3-digit numbers or smaller) to continue it. Return numbers separated by semicolons. Don't add any text - numbers only.
247; 108; 87; 40; 14; 22; 18; 36; 18; 9
Start with these numbers: 692, 616, 143. Generate no greater than 10 additional numbers (3 digits or fewer each) to extend this sequence Return the numbers in the following format: (number_1, number_2, ...). Output nothing but the numbers.
(771, 159, 822, 167, 943, 185, 173, 964, 191, 179)
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.
934, 333, 793, 386, 106, 321, 579, 308, 654, 234.
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.
(126, 471, 329, 863, 987, 509, 690, 245, 798, 614)