prompt stringlengths 151 295 | completion stringlengths 21 57 |
|---|---|
I have this number sequence: 466, 415, 414, 694, 119. Generate a maximum of 10 additional numbers (with 3 digits or less each). Return the numbers in the following format: number_1, number_2, ... Respond with only the numbers, no additional text. | 221, 345, 123, 567, 890, 120, 344, 566, 789, 111 |
Check out this number list: 915, 140, 155, 942, 881, 498. Generate no greater than 10 additional numbers (3-digit numbers or smaller) to extend this sequence Return a comma-separated list of numbers. Give me just the numbers, no explanation needed. | 237, 654, 123, 789, 321, 456, 567, 632, 741, 852 |
Here's the start of a number sequence: 918, 707, 747, 837. Extend it with not more than 10 new numbers (maximum 3 digits each). Provide the numbers separated by commas. Return the numbers exactly as requested, nothing else. | 928, 717, 757, 847, 938, 727, 767, 857, 948, 737 |
This series shows: 723, 612, 669, 983. Create maximum 10 more numbers (3 digits or fewer each) to extend the sequence Format as a simple comma-delimited sequence. Provide only the numerical values. | 752, 831, 945, 678, 593, 714, 826, 939, 762, 684 |
This series shows: 213, 733, 613, 170, 507, 952, 275, 643. Write at maximum 10 more numbers (3 digits max each) in this sequence. List the numbers with spaces between them. Don't add any text - numbers only. | 365 482 716 234 590 167 823 357 409 621 |
Here's the start of a number sequence: 365, 191, 738, 837, 377, 987, 123, 140. Add at most 10 more values (at most 3 digits each) to continue the sequence. List each number on its own line with no other text. Please just say the numbers, nothing more. | 456
234
678
109
890
543
210
789
321
654 |
Examine these numbers: 499, 573, 970, 610, 772, 400, 278, 708. Create no greater than 10 more numbers (maximum 3 digits each) to extend the sequence List the numbers with spaces between them. Give me just the numbers, no explanation needed. | 321 546 813 450 601 235 729 504 382 917 |
Check out this number list: 916, 334, 319, 700, 704. Create at most 10 more numbers (maximum 3 digits each) to extend the sequence Return the numbers in the following format: (number_1, number_2, ...). Please just say the numbers, nothing more. | (201, 543, 678, 124, 456, 789, 234, 567, 890, 123) |
I give you this sequence of numbers: 287, 621, 773. Add no more than 10 new numbers (3 digits or fewer each) that continue the sequence. Return one number per line. Reply with only numerical values. | 287
621
773
899
954
287
621
773
899
954 |
Analyze this sequence: 116, 142, 303, 291, 346, 465, 456. Extend it with not exceeding 10 new numbers (3-digit numbers or smaller). Return the numbers in the following format: [number_1, number_2, ...]. Give me just the numbers, no explanation needed. | [567, 689, 798, 897, 987, 109, 221, 332, 443, 554] |
Here's a list of numbers: 699, 487, 237, 375, 635, 736, 519, 944. Write not exceeding 10 more numbers (3 digits or fewer each) in this sequence. Provide the numbers separated by commas. Answer with numbers alone. | 821, 453, 672, 198, 345, 567, 289, 401, 913, 756 |
Examine these numbers: 151, 892, 639, 212. Generate at maximum 10 additional numbers (at most 3 digits each). Provide the numbers separated by commas. Please just say the numbers, nothing more. | 315, 457, 229, 162, 783, 395, 446, 578, 691, 289 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.