prompt stringlengths 154 295 | completion stringlengths 22 57 |
|---|---|
I have this number sequence: 814, 909, 577, 632. Continue the sequence with not exceeding 10 more numbers (maximum 3 digits each) Write the numbers on separate lines. No words, just numbers. | 788
843
414
529
303
428
252
377
199
324 |
This numerical series is: 993, 129, 421, 222, 150, 593, 305, 740. Generate no greater than 10 additional numbers (with 3 digits or less each). Return the numbers in the following format: number_1, number_2, ... Provide only the numerical values. | 102, 234, 345, 456, 567, 678, 789, 891, 912, 123 |
This numerical series is: 900, 701, 596, 392, 844, 282, 938, 407. Generate not exceeding 10 additional numbers (maximum 3 digits each) to extend this sequence Return the numbers in the following format: [number_1, number_2, ...]. Just show me the numbers. | [185, 673, 481, 276, 532, 384, 197, 725, 539, 328] |
Look at these numbers: 627, 283, 659, 841, 104, 594, 884. Continue the sequence with not exceeding 10 more numbers (with 3 digits or less each) Write the numbers on separate lines. No explanation, just the numbers. | 354
729
468
235
917
642
531
863
497
159 |
Observe this number sequence: 141, 802, 162, 467, 259, 889. Add at maximum 10 more values (3 digits or fewer each) to continue the sequence. Provide the numbers separated by commas. No explanation, just the numbers. | 321, 654, 123, 789, 234, 567, 345, 678, 456, 780 |
This series shows: 875, 439, 285. Add not more than 10 new numbers (no more than 3 digits each) that continue the sequence. Return the numbers in the following format: [number_1, number_2, ...]. Just show me the numbers. | [192, 144, 107, 80, 60, 46, 35, 27, 21, 16] |
These numbers follow a sequence: 705, 545, 375, 799, 139. Generate not more than 10 additional numbers (3-digit numbers or smaller). Write the numbers on separate lines. No words, just numbers. | 603
433
263
93
481
311
141
71
349
179 |
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. | [720, 318, 947, 256, 803, 145, 671, 392, 554, 189] |
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. | 342 711 135 528 643 401 759 263 847 391 |
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. | 938
456
745
182
873
501
694
367
915
284 |
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. | 923 545 676 898 123 345 567 789 234 456 |
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. | 456 789 123 234 345 456 567 678 789 890 |
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. | (744, 817, 398, 436, 623, 597, 613, 708, 852, 945) |
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. | 305, 478, 111, 602, 290, 555, 789, 343, 100, 888 |
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. | [243, 231, 151, 149, 131, 129, 111, 109, 91, 89] |
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. | 675;249;732;168;405;391;802;256;549;372 |
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 565 391 758 473 641 299 688 417 539 |
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. | 834, 222, 645, 437, 97, 283, 468, 218, 145, 397 |
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. | (325, 741, 582, 168, 924, 263, 547, 813, 369, 421) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.