prompt stringlengths 152 295 | completion stringlengths 22 57 |
|---|---|
These are the first numbers in a sequence: 465, 869, 582, 105, 601. Write not more than 10 more numbers (up to 3 digits each) in this sequence. Return the numbers in the following format: [number_1, number_2, ...]. Nothing but numbers in your response. | [723, 347, 890, 214, 568, 903, 124, 678, 459, 321] |
Look at these numbers: 571, 171, 486, 569, 229, 905. Generate no more than 10 additional numbers (no more than 3 digits each) to extend this sequence Return a space-separated list of numbers. Respond with only the numbers, no additional text. | 543 218 675 324 190 867 432 789 234 156 |
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. | 534
128
419
329
434
228
319
129
334
228 |
Here is a numeric sequence: 117, 238, 820, 661, 999, 802, 581. Add at maximum 10 new numbers (maximum 3 digits each) that continue the sequence. Format as a simple comma-delimited sequence. Reply with only numerical values. | 345, 789, 123, 456, 780, 234, 567, 890, 122, 454 |
The numerical progression is: 489, 298, 353, 633, 788. Add at maximum 10 new numbers (3 digits or fewer each) that continue the sequence. Present as space-delimited values. Respond with only the numbers, no additional text. | 914 529 685 472 389 743 561 827 396 485 |
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. | 672 450 781 234 567 123 890 345 678 901 |
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. | (638, 857, 746, 865, 884, 232, 450, 341, 460, 481) |
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. | 415, 603, 111, 888, 333, 222, 555, 999, 123, 789 |
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, 151, 143, 121, 89, 71, 63, 41, 29, 11] |
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. | 452;228;601;83;112;765;290;345;89;101 |
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. | 813 379 644 557 926 283 741 466 518 394 |
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. | 425, 654, 281, 718, 169, 543, 372, 810, 234, 567 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.