prompt
stringlengths
151
295
completion
stringlengths
2
57
These are the first numbers in a sequence: 634, 328, 619, 229. Write no more than 10 more numbers (at most 3 digits each) in this sequence. List each number on its own line with no other text. Nothing but numbers in your response.
601 214 582 203 561 195 540 188 523 182
I have this number sequence: 333, 819, 183, 544. Generate at maximum 10 additional numbers (with 3 digits or less each). List the numbers with spaces between them. No words, just numbers.
816 189 543 918 369 813 186 549 366 915
These numbers follow a sequence: 377, 655, 471, 562, 581, 929. Continue the sequence with a maximum of 10 more numbers (up to 3 digits each) Return the numbers in the following format: (number_1, number_2, ...). Provide only the numerical values.
(805, 634, 593, 439, 737, 538, 602, 523, 665, 514)
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.
889 239 559 839 830 960 465
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.
399;631;198;695;669;351;404;613;187;698
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.
999, 799, 998, 798, 997, 797, 996, 796, 995, 795
This series shows: 651, 501, 489, 251. Add at maximum 10 new numbers (3-digit numbers or smaller) that continue the sequence. Return the numbers in the following format: [number_1, number_2, ...]. Say only the numbers - nothing more.
[239, 227, 215, 203, 191, 189, 177, 165, 153, 141]
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.
211;608;912;820;173;135
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.
(692, 616, 143, 829, 367, 745, 481, 623, 908, 345)
We have this series of numbers: 319, 887, 427, 779, 622, 731, 589. Create at maximum 10 more numbers (3 digits max each) to extend the sequence List the numbers with spaces between them. Say only the numbers - nothing more.
412 867 531 689 327 816 749 258 671 583
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.
305, 135, 783, 314, 606, 330, 759, 348, 208, 327
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.
(879, 643, 611, 878, 126, 481, 653, 877, 645, 610)