prompt stringlengths 151 295 | completion stringlengths 2 57 |
|---|---|
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. | 462;379;283;194;105 |
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. | (577, 489, 305, 213, 121, 33, 45, 57, 69, 81) |
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. | 843 921 445 893 751 642 789 531 462 873 |
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. | 984, 352, 723, 376, 186, 341, 549, 318, 964, 333 |
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. | (611, 879, 126, 481, 653, 610, 878, 125, 480, 652) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.